Skip to content

Commit 17bdfd1

Browse files
committed
skip test pypi
1 parent da225b7 commit 17bdfd1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release-python.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,6 @@ 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: ${{ !startsWith(github.ref, 'refs/tags/') }}
8478
- name: Publish distribution 📦 to PyPI
8579
if: startsWith(github.ref, 'refs/tags/')
8680
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)