We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad1ef7 commit 1b41a6dCopy full SHA for 1b41a6d
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install Dependencies
22
run: pip install wheel build
23
- name: Build Distribution packages
24
- run: python setup.py sdist bdist_wheel
+ run: python setup.py bdist_wheel
25
- name: Publish a Python distribution to PyPI
26
uses: pypa/gh-action-pypi-publish@release/v1
27
if: startsWith(github.ref, 'refs/tags/')
0 commit comments