Skip to content

Commit d8ee9a0

Browse files
Fix wheel build and publish (GH-3)
2 parents 2a05988 + 78e63c2 commit d8ee9a0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install setuptools wheel twine
22+
pip install setuptools wheel twine build
2323
- name: Build and publish
2424
env:
2525
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2626
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2727
run: |
28-
python setup.py sdist bdist_wheel
28+
python -m build
2929
twine upload dist/*

setup.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)