Skip to content

Commit f14b797

Browse files
Fix for corrupted published artifacts (#286)
* Add skippublishercheck * Update download-artifact * Remove skipcheck
1 parent cc396a6 commit f14b797

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-python-packages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,6 @@ jobs:
179179
runs-on: ubuntu-latest
180180
steps:
181181
- uses: actions/download-artifact@v4
182-
with:
183-
pattern: python-*
184-
merge-multiple: true
185182

186183
- name: Publish Release ${{ env.VERSION }}
187184
id: create_release

0 commit comments

Comments
 (0)