We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3760771 commit 6e4cf45Copy full SHA for 6e4cf45
1 file changed
.github/workflows/publish-packages.yml
@@ -55,12 +55,12 @@ jobs:
55
path: dist/
56
- name: Publish package to TestPyPI
57
if: ${{ inputs.upload_to_test }}
58
- uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
+ uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1
59
with:
60
repository-url: https://test.pypi.org/legacy/
61
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
62
- name: Publish package to PyPI
63
if: ${{ !inputs.upload_to_test }}
64
65
66
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments