Skip to content

Commit

Permalink
fix: reference to gh action pypi push (#128)
Browse files Browse the repository at this point in the history
fix: reference to gh action pypi push
  • Loading branch information
Ernst79 authored Jun 7, 2024
1 parent 53c8e0d commit 88b1fe9
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 @@ -82,7 +82,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
if: steps.release.outputs.released == 'true'
with:
user: __token__
Expand Down

0 comments on commit 88b1fe9

Please sign in to comment.