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 1c3007e commit a5d403eCopy full SHA for a5d403e
.github/workflows/release.yml
@@ -18,12 +18,11 @@ jobs:
18
pip install
19
build
20
--user
21
- - name: Build a binary wheel and a source tarball
+ - name: Build a source tarball
22
run: >-
23
python3 -m
24
25
--sdist
26
- --wheel
27
--outdir dist/
28
- name: Publish distribution 📦 to PyPI
29
if: startsWith(github.ref, 'refs/tags')
0 commit comments