Skip to content

Commit

Permalink
Use pypa/gh-action-pypi-publish@release/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
borntyping committed Aug 29, 2022
1 parent f2fe118 commit 8390e75
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 @@ -70,7 +70,7 @@ jobs:
- name: "🐍 Build a binary wheel and a source tarball"
run: "python setup.py sdist bdist_wheel"
- name: "📦 Publish distribution to PyPI"
uses: "pypa/gh-action-pypi-publish@master"
uses: "pypa/gh-action-pypi-publish@release/v1"
if: "startsWith(github.ref, 'refs/tags')"
with:
password: "${{ secrets.pypi_password }}"

0 comments on commit 8390e75

Please sign in to comment.