We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9ee14 commit e889e44Copy full SHA for e889e44
.github/workflows/publish_to_test_pypi.yml renamed to .github/workflows/publish_pypi.yml
@@ -39,6 +39,6 @@ jobs:
39
# repository_url: https://test.pypi.org/legacy/
40
41
- name: Publish distribution 📦 to PyPI
42
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
43
with:
44
password: ${{ secrets.pypi_password }}
0 commit comments