Skip to content

Commit 40c4971

Browse files
committed
fix: publishPackages script
1 parent 6b5f58e commit 40c4971

3 files changed

Lines changed: 304 additions & 104 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 & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)