We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bcdee commit 5bf8b0eCopy full SHA for 5bf8b0e
.github/workflows/ci.yml
@@ -77,13 +77,13 @@ jobs:
77
uses: softprops/action-gh-release@v1
78
if: startsWith(github.ref, 'refs/tags/')
79
with:
80
- files: dist/*/*-m*linux*.whl # manylinux / musllinux
+ files: dist/*-m*linux*.whl # manylinux / musllinux
81
82
- name: Archive Wheels
83
uses: actions/upload-artifact@v3
84
85
name: ${{ matrix.image }}
86
- path: dist/*/*-m*linux*.whl # manylinux / musllinux
+ path: dist/*-m*linux*.whl # manylinux / musllinux
87
if-no-files-found: ignore
88
89
other:
0 commit comments