We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f424a9 commit 5dbc585Copy full SHA for 5dbc585
.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.4.2
+ uses: pypa/gh-action-pypi-publish@v1.5.1
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