We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73629b commit 74c633cCopy full SHA for 74c633c
1 file changed
.github/workflows/upload-asset.yml
@@ -27,5 +27,5 @@ jobs:
27
if: startsWith(github.ref, 'refs/tags/')
28
with:
29
files: |
30
- *.whl
31
- *.tar.gz
+ build/*.whl
+ build/*.tar.gz
0 commit comments