Skip to content

Commit 8e6bc49

Browse files
committed
Refactor PyPi publication
1 parent 7057e8b commit 8e6bc49

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/releaser.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,11 @@ jobs:
5151
id: get_version
5252
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
5353

54-
- name: "Download Release Asset - whl"
55-
uses: dsaltares/[email protected]
56-
with:
57-
file: ".*.whl"
58-
token: ${{ secrets.GITHUB_TOKEN }}
59-
regex: true
60-
61-
- name: "Download Release Asset - tar.gz"
54+
- name: "Download Release Asset - whl and tar.gz"
6255
uses: robinraju/[email protected]
6356
with:
6457
tag: ${{ steps.get_version.outputs.VERSION }}
58+
fileName: "*.whl"
6559
tarBall: true
6660
token: ${{ secrets.GITHUB_TOKEN }}
6761

0 commit comments

Comments
 (0)