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.
1 parent b091015 commit 6715673Copy full SHA for 6715673
.github/workflows/release.yml
@@ -39,11 +39,13 @@ jobs:
39
uses: pypa/gh-action-pypi-publish@master
40
with:
41
skip_existing: true
42
+ user: __token__
43
password: ${{ secrets.TEST_PYPI_TOKEN }}
44
repository_url: https://test.pypi.org/legacy/
45
46
- name: Publish distribution 📦 to PyPI
47
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
48
49
50
51
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments