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 11754df commit 69a3c89Copy full SHA for 69a3c89
.github/workflows/release-python.yml
@@ -76,6 +76,11 @@ jobs:
76
with:
77
name: all-dist-${{ github.run_id }}
78
path: dist/
79
+ - name: Publish package distributions to TestPyPI
80
+ uses: pypa/gh-action-pypi-publish@release/v1
81
+ with:
82
+ repository-url: https://test.pypi.org/legacy/
83
+ skip-existing: true
84
- name: Publish package distributions to PyPI
85
if: startsWith(inputs.dry_run, 'false')
86
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments