Skip to content

Commit bd51a9b

Browse files
committed
fix(ci/release/publish): revert all previous debugging tweaks, initiate fully-fledged publishing on testpypi
1 parent 9a4d3ea commit bd51a9b

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,7 @@ jobs:
133133
id-token: write
134134
steps:
135135
- uses: actions/checkout@v5
136-
137-
#- uses: ./.github/actions/refetch-artifacts
138-
- name: fetch wheel only
139-
uses: actions/download-artifact@v4
140-
with:
141-
name: wheel
142-
path: ./dist
136+
- uses: ./.github/actions/refetch-artifacts
143137

144138
- name: Publish to PyPI
145139
if: needs.setup.outputs.publish_env=='pypi'
@@ -149,7 +143,4 @@ jobs:
149143
if: needs.setup.outputs.publish_env=='testpypi'
150144
uses: pypa/gh-action-pypi-publish@release/v1
151145
with:
152-
repository-url: https://test.pypi.org/legacy/
153-
verbose: true
154-
skip-existing: true
155-
attestations: false
146+
repository-url: https://test.pypi.org/legacy/ # trailing slash matters!

0 commit comments

Comments
 (0)