Skip to content

Commit abeb74c

Browse files
Publish as wheel (#4)
1 parent 30515d0 commit abeb74c

File tree

14 files changed

+5
-6
lines changed

14 files changed

+5
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build distributions
2525
run: |
2626
pip install setuptools wheel
27-
python setup.py sdist bdist_wheel
27+
python setup.py bdist_wheel
2828
2929
lint:
3030
name: Lint and Autoformat

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2323
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2424
run: |
25-
python setup.py sdist bdist_wheel
25+
python setup.py bdist_wheel
2626
twine upload dist/*

0 commit comments

Comments
 (0)