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 a8ec8da commit c36a368Copy full SHA for c36a368
.github/workflows/pypi.yaml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Publish package to TestPyPI
74
if: github.event_name == 'push'
75
- uses: pypa/gh-action-pypi-publish@v1.6.4
+ uses: pypa/gh-action-pypi-publish@v1.8.4
76
with:
77
password: ${{ secrets.TESTPYPI_TOKEN }}
78
repository_url: https://test.pypi.org/legacy/
@@ -89,7 +89,7 @@ jobs:
89
name: releases
90
path: dist
91
- name: Publish package to PyPI
92
93
94
password: ${{ secrets.PYPI_PASSWORD }}
95
verbose: true
0 commit comments