We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0512e1f commit d314525Copy full SHA for d314525
1 file changed
.github/workflows/release.yml
@@ -62,6 +62,8 @@ jobs:
62
EOF
63
64
# Upload wheels from artifacts
65
+ pwd
66
+ ls -l artifacts/**/*.whl
67
twine upload --repository github artifacts/**/*.whl
68
69
- name: Create GitHub release
0 commit comments