We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9440418 commit 2be3d0bCopy full SHA for 2be3d0b
.github/workflows/publish-to-test-pypi.yml
@@ -26,7 +26,7 @@ jobs:
26
--out-dir dist/
27
.
28
- name: Publish distribution 📦 to Test PyPI
29
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
30
with:
31
user: __token__
32
password: ${{ secrets.TEST_PYPI_PASSWORD }}
0 commit comments