Skip to content

Commit 5113619

Browse files
Removes TestPyPI from publish workflow.
1 parent b60b490 commit 5113619

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,3 @@ jobs:
4949

5050
- name: Publish to PyPI
5151
uses: pypa/gh-action-pypi-publish@release/v1
52-
53-
publish-testpypi:
54-
name: Publish to TestPyPI
55-
needs: build
56-
runs-on: ubuntu-latest
57-
environment:
58-
name: testpypi
59-
url: https://test.pypi.org/p/bead
60-
steps:
61-
- name: Download distribution artifacts
62-
uses: actions/download-artifact@v4
63-
with:
64-
name: python-package-distributions
65-
path: dist/
66-
67-
- name: Publish to TestPyPI
68-
uses: pypa/gh-action-pypi-publish@release/v1
69-
with:
70-
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)