Skip to content

Commit

Permalink
Migrate: pypa/gh-action-pypi-publish to release/v1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Aug 16, 2024
1 parent 47c6dd5 commit 9b2b2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Create distributions
run: make dist
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1.9
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 9b2b2ae

Please sign in to comment.