Skip to content

Commit 9518984

Browse files
committed
removed test-pypi publish action from workflow
1 parent b55d734 commit 9518984

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -74,28 +74,4 @@ jobs:
7474
run: >-
7575
gh release upload
7676
"$GITHUB_REF_NAME" dist/**
77-
--repo "$GITHUB_REPOSITORY"
78-
79-
publish-to-testpypi:
80-
name: Publish Python distro to TestPyPI
81-
needs:
82-
- build
83-
runs-on: ubuntu-latest
84-
85-
environment:
86-
name: testpypi
87-
url: https://test.pypi.org/p/rid-lib
88-
89-
permissions:
90-
id-token: write
91-
92-
steps:
93-
- name: Download all the dists
94-
uses: actions/download-artifact@v4
95-
with:
96-
name: python-package-distributions
97-
path: dist/
98-
- name: Publish distribution 📦 to TestPyPI
99-
uses: pypa/gh-action-pypi-publish@release/v1
100-
with:
101-
repository-url: https://test.pypi.org/legacy/
77+
--repo "$GITHUB_REPOSITORY"

0 commit comments

Comments
 (0)