Skip to content

Commit 5b7a1a5

Browse files
authored
Merge pull request #148 from polywrap/dev
prep 0.1.0a25| /workflows/cd
2 parents 9bc2360 + b590a25 commit 5b7a1a5

File tree

16 files changed

+248
-206
lines changed

16 files changed

+248
-206
lines changed

.github/workflows/post-cd.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
name: POST-CD
22
on:
3-
# When Pull Request is merged
4-
pull_request_target:
5-
types: [closed]
3+
push:
4+
branches:
5+
- main
6+
67

78
jobs:
89
Dev-PR:
910
runs-on: ubuntu-latest
10-
if: |
11-
github.event.pull_request.user.login == 'polywrap-build-bot' &&
12-
github.event.pull_request.merged == true
1311
steps:
1412
- name: Checkout
1513
uses: actions/checkout@v3

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0a24
1+
0.1.0a25

packages/polywrap-client-config-builder/poetry.lock

Lines changed: 50 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/polywrap-client-config-builder/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ readme = "README.md"
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.10"
14-
polywrap-uri-resolvers = "^0.1.0a24"
15-
polywrap-core = "^0.1.0a24"
14+
polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true}
15+
polywrap-core = {path = "../polywrap-core", develop = true}
1616
[tool.poetry.dev-dependencies]
1717
pytest = "^7.1.2"
1818
pytest-asyncio = "^0.19.0"

packages/polywrap-client/poetry.lock

Lines changed: 50 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/polywrap-client/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ readme = "README.md"
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.10"
14-
polywrap-uri-resolvers = "^0.1.0a24"
15-
polywrap-manifest = "^0.1.0a24"
16-
polywrap-msgpack = "^0.1.0a24"
17-
polywrap-core = "^0.1.0a24"
14+
polywrap-uri-resolvers = {path = "../polywrap-uri-resolvers", develop = true}
15+
polywrap-manifest = {path = "../polywrap-manifest", develop = true}
16+
polywrap-msgpack = {path = "../polywrap-msgpack", develop = true}
17+
polywrap-core = {path = "../polywrap-core", develop = true}
1818
[tool.poetry.dev-dependencies]
1919
pytest = "^7.1.2"
2020
pytest-asyncio = "^0.19.0"

packages/polywrap-core/poetry.lock

Lines changed: 19 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)