We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352c00e commit e772548Copy full SHA for e772548
.github/workflows/python-publish.yml
@@ -68,23 +68,3 @@ jobs:
68
uses: pypa/gh-action-pypi-publish@release/v1
69
with:
70
packages-dir: dist/
71
-
72
- testpypi-publish:
73
- runs-on: ubuntu-latest
74
- needs:
75
- - release-build
76
- permissions:
77
- id-token: write
78
- environment:
79
- name: testpypi
80
- url: https://test.pypi.org/p/udapi
81
- steps:
82
- - name: Retrieve release distributions
83
- uses: actions/download-artifact@v4
84
- with:
85
- name: release-dists
86
- path: dist/
87
- - name: Publish release distributions to TestPyPI
88
- uses: pypa/gh-action-pypi-publish@release/v1
89
90
- packages-dir: dist/
0 commit comments