We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e011954 commit 8e958bfCopy full SHA for 8e958bf
.github/workflows/python-publish.yaml
@@ -32,7 +32,6 @@ jobs:
32
run: |
33
# NOTE: put your own distribution build steps here.
34
python -m pip install build cibuildwheel
35
- python -m build --sdist --outdir dist/
36
cibuildwheel --output-dir dist/
37
38
- name: Upload distributions
0 commit comments