We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d4a01 commit f630d74Copy full SHA for f630d74
1 file changed
.github/workflows/publish.yml
@@ -31,5 +31,10 @@ jobs:
31
python -m build
32
python -m twine check dist/*
33
34
+ - name: Publish to TestPyPI
35
+ uses: pypa/gh-action-pypi-publish@release/v1
36
+ with:
37
+ repository-url: https://test.pypi.org/legacy/
38
+
39
- name: Publish to PyPI
40
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments