Skip to content

Commit d13424f

Browse files
committed
Fix problem with wheel upload on linux
1 parent 293cc9e commit d13424f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Upload artifacts
3030
uses: actions/upload-artifact@v2
3131
with:
32-
path: ./dist/swmm_toolkit-*.manylinux2014_x86_64.whl
32+
path: ./dist/*.manylinux2014_x86_64.whl
3333

3434

3535

0 commit comments

Comments
 (0)