We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f1becb + cde97a3 commit 829cdddCopy full SHA for 829cddd
1 file changed
.github/workflows/deploy.yaml
@@ -93,7 +93,7 @@ jobs:
93
path: dist
94
- name: Publish package to PyPI
95
if: github.event.action != 'published'
96
- uses: pypa/gh-action-pypi-publish@v1.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
97
with:
98
user: __token__
99
password: ${{ secrets.test_pypi_password }}
@@ -116,7 +116,7 @@ jobs:
116
117
118
if: github.event.action == 'published'
119
120
121
122
password: ${{ secrets.pypi_password }}
0 commit comments