Skip to content

Commit 4d78da3

Browse files
committed
fix release steps for pyproject.toml
1 parent ccf4b25 commit 4d78da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
python-version: 3.12
2020

2121
- name: Install build requirements
22-
run: python -m pip install wheel
22+
run: python -m pip install wheel build
2323

2424
- name: Build package
25-
run: python setup.py sdist bdist_wheel
25+
run: python -m build
2626

2727
- name: Publish package
2828
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)