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 dd8c080 commit 6ed7290Copy full SHA for 6ed7290
.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