Skip to content

Commit

Permalink
Update pypi action.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed May 10, 2024
1 parent bd0f2be commit 65d4ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
run: python -m build

- name: Publish package 🐍
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
skip_existing: true
skip-existing: true

0 comments on commit 65d4ffd

Please sign in to comment.