Skip to content

Commit b50edd4

Browse files
authored
Merge pull request #146 from polywrap/dev
prep 0.1.0a24 | /workflows/cd
2 parents 4ca4649 + 71394d4 commit b50edd4

File tree

16 files changed

+245
-201
lines changed

16 files changed

+245
-201
lines changed

.github/workflows/post-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
Dev-PR:
99
runs-on: ubuntu-latest
1010
if: |
11-
github.event.pull_request.user.login == 'github-actions' &&
11+
github.event.pull_request.user.login == 'polywrap-build-bot' &&
1212
github.event.pull_request.merged == true
1313
steps:
1414
- name: Checkout

VERSION

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

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.0a23"
15-
polywrap-core = "^0.1.0a23"
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.0a23"
15-
polywrap-manifest = "^0.1.0a23"
16-
polywrap-msgpack = "^0.1.0a23"
17-
polywrap-core = "^0.1.0a23"
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.

packages/polywrap-core/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ authors = ["Cesar <cesar@polywrap.io>", "Niraj <niraj@polywrap.io>"]
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.10"
13-
polywrap-msgpack = "^0.1.0a23"
14-
polywrap-manifest = "^0.1.0a23"
13+
polywrap-msgpack = {path = "../polywrap-msgpack", develop = true}
14+
polywrap-manifest = {path = "../polywrap-manifest", develop = true}
1515
[tool.poetry.dev-dependencies]
1616
pytest = "^7.1.2"
1717
pytest-asyncio = "^0.19.0"

0 commit comments

Comments
 (0)