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 11b19bb commit f00bd35Copy full SHA for f00bd35
.github/workflows/publish.yaml
@@ -29,11 +29,9 @@ jobs:
29
- name: Publish package to Test PyPI
30
uses: pypa/gh-action-pypi-publish@release/v1
31
with:
32
- user: __token__
33
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
34
- name: Publish package to PyPI
35
if: startsWith(github.ref, 'refs/tags')
36
37
38
39
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments