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 dd8c080 + 6ed7290 commit 0b34ff0Copy full SHA for 0b34ff0
.github/workflows/publish.yml
@@ -28,8 +28,13 @@ jobs:
28
- name: Build package
29
run: python -m build
30
31
+ - name: Publish to Test PyPI
32
+ uses: pypa/gh-action-pypi-publish@release/v1
33
+ with:
34
+ password: ${{ secrets.TEST_PYPI_API_TOKEN }}
35
+ repository_url: https://test.pypi.org/legacy/
36
+
37
- name: Publish to PyPI
38
uses: pypa/gh-action-pypi-publish@release/v1
39
with:
- user: __token__
40
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments