We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0c3bad + 57f7059 commit 726c748Copy full SHA for 726c748
.github/workflows/deploy.yaml
@@ -101,14 +101,14 @@ jobs:
101
path: dist
102
- name: Publish package to Test PyPI
103
if: github.event.action != 'published' && github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
104
- uses: pypa/gh-action-pypi-publish@v1.11.0
+ uses: pypa/gh-action-pypi-publish@v1.12.2
105
with:
106
user: __token__
107
password: ${{ secrets.test_pypi_password }}
108
repository_url: https://test.pypi.org/legacy/
109
- name: Publish package to PyPI
110
if: github.event.action == 'published'
111
112
113
114
password: ${{ secrets.pypi_password }}
0 commit comments