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.
2 parents abcfeaa + 9c3f07f commit 4e95808Copy full SHA for 4e95808
1 file changed
.github/workflows/code-quality.yaml
@@ -189,12 +189,13 @@ jobs:
189
files: |
190
dist/*
191
# - name: Publish distribution 📦 to Test PyPI
192
- # uses: pypa/gh-action-pypi-publish@master
+ # uses: pypa/gh-action-pypi-publish@v1.4.1
193
# with:
194
# password: ${{ secrets.test_pypi_password }}
195
# repository_url: https://test.pypi.org/legacy/
196
- name: Publish distribution 📦 to PyPI
197
if: startsWith(github.ref, 'refs/tags')
198
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@v1.4.1
199
with:
200
password: ${{ secrets.pypi_password }}
201
+ repository_url: https://upload.pypi.org/legacy/
0 commit comments