Skip to content

Commit 3a5c454

Browse files
authored
Merge pull request #153 from polywrap/dev
prep 0.1.0a27 | /workflows/cd
2 parents 80aae4b + 9b0fea8 commit 3a5c454

File tree

16 files changed

+245
-206
lines changed

16 files changed

+245
-206
lines changed

.github/workflows/post-cd.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,10 @@ on:
55
types: [closed]
66

77
jobs:
8-
TEST:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- name: test pull request
12-
run: echo ${{github.event.pull_request.user.login}}
138
Dev-PR:
149
runs-on: ubuntu-latest
1510
if: |
16-
github.event.pull_request.user.login == 'polywrap-build-bot' &&
11+
github.event.pull_request.user.login == 'github-actions[bot]' &&
1712
github.event.pull_request.merged == true
1813
steps:
1914
- name: Checkout

VERSION

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

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