There was an error while loading. Please reload this page.
1 parent 12e75a0 commit 054d790Copy full SHA for 054d790
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@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1
+ uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # 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