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 d59e1bb commit 221b328Copy full SHA for 221b328
.github/workflows/package-build.yaml
@@ -38,8 +38,6 @@ jobs:
38
- name: Build Python package
39
run: |
40
python -m build
41
- mv dist/*.whl dist/
42
- mv dist/*.tar.gz dist/ || true
43
44
- name: Create Linux executable
45
if: matrix.os == 'ubuntu-latest'
0 commit comments