Skip to content

Commit 5782750

Browse files
author
cortze
committed
update to build py package
1 parent 550eed5 commit 5782750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip
17-
pip install setuptools wheel twine
17+
pip install build
1818
- name: Build and publish
1919
env:
2020
TWINE_USERNAME: __token__
2121
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
2222
run: |
23-
python setup.py sdist bdist_wheel
23+
python -m build
2424
twine upload dist/*

0 commit comments

Comments
 (0)