We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13589fa commit 77c345eCopy full SHA for 77c345e
.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
78
run: pip install -r requirements.txt
79
80
- name: Build package
81
- run: python setup.py bdist_wheel sdist
+ run: python setup.py bdist_wheel
82
83
- name: Check package
84
run: twine check dist/*
0 commit comments