Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Nov 3, 2023
1 parent 3df70d2 commit fd7bd4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
python3 setup.py sdist
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip_existing: true
password: ${{ secrets.PYPI_API_TOKEN }}
skip-existing: true
password: ${{ secrets.PYPI_GITHUB_TOKEN }}

0 comments on commit fd7bd4d

Please sign in to comment.