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 95a3484 commit 4ab5fa8Copy full SHA for 4ab5fa8
.github/workflows/test-and-deploy.yml
@@ -232,6 +232,7 @@ jobs:
232
env:
233
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
234
run: |
235
+ tar -czf dist-artifacts-linux-${{ matrix.python }}.tar.gz -C dist .
236
curl -H "Authorization: token $GITHUB_TOKEN" \
237
-H "Content-Type: application/zip" \
238
--data-binary @dist-artifacts-manylinux-${{ matrix.python }}.tar.gz \
0 commit comments