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 3b6cd2a commit b610956Copy full SHA for b610956
.github/workflows/pypi-release.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.5.1
+ uses: pypa/gh-action-pypi-publish@v1.6.4
76
with:
77
user: __token__
78
password: ${{ secrets.TESTPYPI_TOKEN }}
@@ -90,7 +90,7 @@ jobs:
90
name: releases
91
path: dist
92
- name: Publish package to PyPI
93
94
95
96
password: ${{ secrets.PYPI_TOKEN }}
.github/workflows/testpypi-release.yaml
@@ -78,7 +78,7 @@ jobs:
79
80
81
82
83
84
0 commit comments