Skip to content

Commit e1b56b9

Browse files
authored
Update release.yml
1 parent 4d5757d commit e1b56b9

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
@@ -26,6 +26,6 @@ jobs:
2626
pip install setuptools wheel
2727
- name: Build package
2828
run: |
29-
python setup.py sdist bdist_wheel # Could also be python -m build
29+
python -m build
3030
- name: Publish package distributions to PyPI
3131
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)