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 b3a9e6c commit bbab6ccCopy full SHA for bbab6cc
1 file changed
.github/workflows/publish.yml
@@ -64,7 +64,7 @@ jobs:
64
ls -ltrh dist
65
- name: Publish package to TestPyPI
66
if: github.event_name == 'push'
67
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@v1.13.0
68
with:
69
user: __token__
70
password: ${{ secrets.TESTPYPI_TOKEN }}
@@ -88,7 +88,7 @@ jobs:
88
name: releases
89
path: dist
90
- name: Publish package to PyPI
91
92
93
94
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments