Skip to content

Commit 9293b20

Browse files
authored
Merge pull request #78 from polywrap/nk/publishPackages
fix: publishPackages script
2 parents fbcd237 + 40c4971 commit 9293b20

3 files changed

Lines changed: 304 additions & 96 deletions

File tree

.github/workflows/release-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
GITHUB_TOKEN: ${{ secrets.POLYWRAP_BUILD_BOT_PAT }}
124124

125125
- name: Apply Python Version & Commit
126-
run: bash ./scripts/patchVersion.sh ${{env.RELEASE_VERSION}} __token__ ${{secrets.POLYWRAP_BUILD_BOT_PYPI_PAT}}
126+
run: bash ./scripts/publishPackages.sh ${{env.RELEASE_VERSION}} __token__ ${{secrets.POLYWRAP_BUILD_BOT_PYPI_PAT}}
127127

128128
- name: Create Pull Request
129129
id: cpr

scripts/patchVersion.sh

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)