Skip to content

Commit cbdd471

Browse files
committed
Remove Test PyPI publish step
Test PyPI trusted publisher keeps failing, but package is already on Test PyPI. Focus on main PyPI publishing which works correctly.
1 parent d51bf61 commit cbdd471

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/workflow.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -51,34 +51,6 @@ jobs:
5151
path: dist/
5252
retention-days: 30
5353

54-
publish-test-pypi:
55-
name: Publish to Test PyPI
56-
needs: build
57-
runs-on: ubuntu-latest
58-
if: |
59-
(github.event_name == 'workflow_dispatch' && github.event.inputs.publish_to_test_pypi == 'true') ||
60-
github.event_name == 'release'
61-
62-
environment:
63-
name: test-pypi
64-
url: https://test.pypi.org/p/auto-uv
65-
66-
permissions:
67-
id-token: write
68-
69-
steps:
70-
- name: Download artifacts
71-
uses: actions/download-artifact@v4
72-
with:
73-
name: python-package-distributions
74-
path: dist/
75-
76-
- name: Publish to Test PyPI
77-
uses: pypa/gh-action-pypi-publish@release/v1
78-
with:
79-
repository-url: https://test.pypi.org/legacy/
80-
skip-existing: true
81-
8254
publish-pypi:
8355
name: Publish to PyPI
8456
needs: build

0 commit comments

Comments
 (0)