Skip to content

Commit

Permalink
Fixed publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-superbox committed May 3, 2023
1 parent c411bec commit 4c21397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ jobs:
name: Publish
needs:
- release
uses: superbox-dev/python-package-workflows/.github/workflows/publish.yml@main
uses: superbox-dev/python-package-workflows/.github/workflows/publish-on-pypi.yml@main
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 4c21397

Please sign in to comment.