Skip to content

Commit b0f6639

Browse files
authored
Update release.yml: build wheel without setup.py (#312)
1 parent 3a686ee commit b0f6639

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
release_pypi:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Build package
1313
run: |
14-
pip3 install setuptools wheel
15-
python3 setup.py bdist_wheel
14+
pip3 install build
15+
python3 -m build
1616
- name: Publish to PyPi
1717
uses: pypa/gh-action-pypi-publish@v1.13.0
1818
with:

0 commit comments

Comments
 (0)