Skip to content

Commit e7e59fb

Browse files
committed
add testpypi
1 parent 11e3c57 commit e7e59fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-python.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ jobs:
7575
with:
7676
name: all-dist-${{ github.run_id }}
7777
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 }}
7884
- name: Publish distribution 📦 to PyPI
7985
if: startsWith(github.ref, 'refs/tags/')
8086
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)