There was an error while loading. Please reload this page.
2 parents 1401838 + dd29b89 commit d588e13Copy full SHA for d588e13
1 file changed
.github/workflows/deploy.yaml
@@ -80,14 +80,14 @@ jobs:
80
path: dist
81
- name: Publish package to Test PyPI
82
if: github.event.action != 'published' && github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
83
- uses: pypa/gh-action-pypi-publish@v1.14.0
+ uses: pypa/gh-action-pypi-publish@v1.14.2
84
with:
85
user: __token__
86
password: ${{ secrets.test_pypi_password }}
87
repository_url: https://test.pypi.org/legacy/
88
- name: Publish package to PyPI
89
if: github.event.action == 'published'
90
91
92
93
password: ${{ secrets.pypi_password }}
0 commit comments