We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c499af0 commit 8dfd060Copy full SHA for 8dfd060
.github/workflows/deploy.yaml
@@ -112,7 +112,7 @@ jobs:
112
path: dist
113
- name: Publish package to PyPI
114
if: github.event.action != 'published'
115
- uses: pypa/gh-action-pypi-publish@v1.12.2
+ uses: pypa/gh-action-pypi-publish@v1.12.3
116
with:
117
user: __token__
118
password: ${{ secrets.test_pypi_password }}
@@ -149,7 +149,7 @@ jobs:
149
150
151
if: github.event.action == 'published'
152
153
154
155
password: ${{ secrets.pypi_password }}
0 commit comments