Skip to content

Commit 4be16cf

Browse files
committed
fix(ci/release/publish): try publishing wheel only
1 parent 34426a7 commit 4be16cf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,13 @@ jobs:
133133
id-token: write
134134
steps:
135135
- uses: actions/checkout@v5
136-
- uses: ./.github/actions/refetch-artifacts
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
137143

138144
- name: Publish to PyPI
139145
if: needs.setup.outputs.publish_env=='pypi'

0 commit comments

Comments
 (0)