Skip to content

Commit 10e3fe9

Browse files
committed
Fix Publish_to_Pypi
1 parent b8c1789 commit 10e3fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/releaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
- name: "Download Release Asset - whl"
4747
uses: dsaltares/[email protected]
4848
with:
49-
file: '*.whl'
49+
file: '*\\.whl'
5050
token: ${{ secrets.GITHUB_TOKEN }}
5151
regex: true
5252

5353
- name: "Download Release Asset - tar.gz"
5454
uses: dsaltares/[email protected]
5555
with:
56-
file: '*.tar.gz'
56+
file: '*\\.tar.gz'
5757
token: ${{ secrets.GITHUB_TOKEN }}
5858
regex: true
5959

0 commit comments

Comments
 (0)