We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e65b5b + b9436ab commit 701dc84Copy full SHA for 701dc84
.github/workflows/publish_to_pypi.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
python -m pip install --upgrade pip
27
pip install setuptools build
28
- python -m build --sdist --wheel --outdir dist/ .
+ python -m build --wheel --outdir dist/ .
29
- name: Check distribution files
30
31
pip install twine
0 commit comments