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 11e3c57 commit e7e59fbCopy full SHA for e7e59fb
.github/workflows/release-python.yml
@@ -75,6 +75,12 @@ jobs:
75
with:
76
name: all-dist-${{ github.run_id }}
77
path: dist/
78
+ - name: Publish package distributions to TestPyPI
79
+ uses: pypa/gh-action-pypi-publish@release/v1
80
+ with:
81
+ repository-url: https://test.pypi.org/legacy/
82
+ skip-existing: true
83
+ attestations: ${{ env.DRY_RUN }}
84
- name: Publish distribution 📦 to PyPI
85
if: startsWith(github.ref, 'refs/tags/')
86
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments