We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293cc9e commit d13424fCopy full SHA for d13424f
.github/workflows/python-package.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Upload artifacts
30
uses: actions/upload-artifact@v2
31
with:
32
- path: ./dist/swmm_toolkit-*.manylinux2014_x86_64.whl
+ path: ./dist/*.manylinux2014_x86_64.whl
33
34
35
0 commit comments