Skip to content

Commit 6479022

Browse files
committed
fix: pypi release builds
1 parent c596d3a commit 6479022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
TWINE_USERNAME: __token__
3434
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
3535
run: |
36-
python setup.py sdist bdist_wheel
36+
python3 -m build --sdist --wheel .
3737
twine upload dist/*

0 commit comments

Comments
 (0)