Skip to content

Commit f61a5c6

Browse files
Update and rename publish-to-test-pypi.yml to publish-to-pypi.yml
1 parent 55d2b4b commit f61a5c6

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

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

-24
Original file line numberDiff line numberDiff line change
@@ -91,27 +91,3 @@ jobs:
9191
gh release upload
9292
'${{ github.ref_name }}' dist/**
9393
--repo '${{ github.repository }}'
94-
95-
publish-to-testpypi:
96-
name: Publish Python 🐍 distribution 📦 to TestPyPI
97-
needs:
98-
- build
99-
runs-on: ubuntu-latest
100-
101-
environment:
102-
name: testpypi
103-
url: https://test.pypi.org/p/pvdeg
104-
105-
permissions:
106-
id-token: write # IMPORTANT: mandatory for trusted publishing
107-
108-
steps:
109-
- name: Download all the dists
110-
uses: actions/download-artifact@v3
111-
with:
112-
name: python-package-distributions
113-
path: dist/
114-
- name: Publish distribution 📦 to TestPyPI
115-
uses: pypa/gh-action-pypi-publish@release/v1
116-
with:
117-
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)