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 063d533 commit 5ffcdc5Copy full SHA for 5ffcdc5
.github/workflows/release.yaml
@@ -91,7 +91,7 @@ jobs:
91
run: ls dist/ -l
92
93
- name: Publish to PyPI
94
- uses: pypa/gh-action-pypi-publish@v1.10.3
+ uses: pypa/gh-action-pypi-publish@v1.11.0
95
with:
96
user: __token__
97
password: ${{ secrets.PYPI_API_TOKEN }}
.github/workflows/sdist.yaml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Publish to TestPyPI
60
if: ${{ github.event_name == 'push' }}
61
62
63
64
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
0 commit comments