Skip to content

Commit

Permalink
updates ci.yml > pypa/gh-action-pypi-publish@release/v1 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Mar 30, 2023
1 parent dc9f7ff commit e6cf31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Publish package if tagged release
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit e6cf31d

Please sign in to comment.