Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Aug 17, 2022
1 parent d11782b commit 4e457a5
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 @@ -100,7 +100,7 @@ jobs:
path: dist
- name: Publish package
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@v1
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down

0 comments on commit 4e457a5

Please sign in to comment.