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 03109b7 commit ea45397Copy full SHA for ea45397
.github/workflows/cut_version.yml
@@ -79,12 +79,12 @@ jobs:
79
80
- name: Publish to Test PyPI
81
if: ${{github.ref_name == 'test_pypi'}}
82
- uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
+ uses: pypa/gh-action-pypi-publish@v1.12.4
83
with:
84
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
85
repository-url: https://test.pypi.org/legacy/
86
- name: Publish to PyPI
87
if: ${{github.ref_name != 'test_pypi'}}
88
89
90
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments