We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60b490 commit 5113619Copy full SHA for 5113619
1 file changed
.github/workflows/publish.yml
@@ -49,22 +49,3 @@ jobs:
49
50
- name: Publish to PyPI
51
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
70
- repository-url: https://test.pypi.org/legacy/
0 commit comments