Skip to content

Commit 6cc1bea

Browse files
author
Sergio Soto
committed
build(publish.yml): removes Test pypi publisher step
1 parent b676569 commit 6cc1bea

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -64,23 +64,3 @@ jobs:
6464
- name: Publish distribution to PyPI
6565
uses: pypa/gh-action-pypi-publish@release/v1
6666

67-
publish-to-testpypi:
68-
name: Publish to TestPyPI
69-
if: github.event_name == 'workflow_dispatch' && inputs.publish_to_pypi == false
70-
needs: build
71-
runs-on: ubuntu-latest
72-
73-
permissions:
74-
id-token: write # IMPORTANT: mandatory for trusted publishing
75-
76-
steps:
77-
- name: Download distribution artifacts
78-
uses: actions/download-artifact@v4
79-
with:
80-
name: python-package-distributions
81-
path: dist/
82-
83-
- name: Publish distribution to TestPyPI
84-
uses: pypa/gh-action-pypi-publish@release/v1
85-
with:
86-
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)