Skip to content

Commit

Permalink
Use release/v1 of pypa/gh-action-pypi-publish
Browse files Browse the repository at this point in the history
By referring to the project, master version has been deprecated already.

Signed-off-by: Chenxiong Qi <qcxhome@gmail.com>
  • Loading branch information
tkdchen committed Jul 2, 2023
1 parent 9b70dd8 commit 9fe2178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
./venv/bin/pip install build
./venv/bin/python3 -m build --sdist
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_token }}
Expand Down

0 comments on commit 9fe2178

Please sign in to comment.