We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7164b5 commit 16c106fCopy full SHA for 16c106f
.github/workflows/publish-to-test-pypi.yml
@@ -29,6 +29,6 @@ jobs:
29
run: poetry build
30
31
- name: Publish distribution 📦 to PyPI
32
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
33
with:
34
password: ${{ secrets.pypi_password }}
0 commit comments