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 383bbf3 commit 63a269dCopy full SHA for 63a269d
.github/workflows/workflow.yml
@@ -39,8 +39,13 @@ jobs:
39
--wheel
40
--outdir dist/
41
.
42
+ - name: Publish distribution 📦 to Test PyPI
43
+ uses: pypa/gh-action-pypi-publish@master
44
+ with:
45
+ password: ${{ secrets.TEST_PYPI_API_TOKEN }}
46
+ repository_url: https://test.pypi.org/legacy/
47
- name: Publish distribution 📦 to PyPI
48
if: startsWith(github.ref, 'refs/tags')
49
uses: pypa/gh-action-pypi-publish@master
50
with:
- password: ${{ secrets.PYPI_API_TOKEN }}
51
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments