We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d81913 commit f9ae54eCopy full SHA for f9ae54e
.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.12.3
+ uses: pypa/gh-action-pypi-publish@v1.12.4
76
with:
77
password: ${{ secrets.TESTPYPI_TOKEN }}
78
repository_url: https://test.pypi.org/legacy/
@@ -96,6 +96,6 @@ jobs:
96
name: releases
97
path: dist
98
- name: Publish package to PyPI
99
100
101
verbose: true
0 commit comments