Skip to content

Commit e772548

Browse files
committed
test.pypi release removed
because it fails with Error: Trusted publishing exchange failure:
1 parent 352c00e commit e772548

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -68,23 +68,3 @@ jobs:
6868
uses: pypa/gh-action-pypi-publish@release/v1
6969
with:
7070
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-
with:
90-
packages-dir: dist/

0 commit comments

Comments
 (0)