We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b676569 commit 6cc1beaCopy full SHA for 6cc1bea
.github/workflows/publish.yml
@@ -64,23 +64,3 @@ jobs:
64
- name: Publish distribution to PyPI
65
uses: pypa/gh-action-pypi-publish@release/v1
66
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
86
- repository-url: https://test.pypi.org/legacy/
0 commit comments