We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1d830 commit 46c5924Copy full SHA for 46c5924
1 file changed
.github/workflows/main.yml
@@ -98,7 +98,7 @@ jobs:
98
delete network
99
100
- name: Publish Test Package
101
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@v1.13.0
102
with:
103
user: __token__
104
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
@@ -120,7 +120,7 @@ jobs:
120
121
- name: Publish Release to PyPi
122
if: github.event.action == 'published'
123
124
125
126
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments