We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf4b25 commit 4d78da3Copy full SHA for 4d78da3
.github/workflows/python-release.yml
@@ -19,10 +19,10 @@ jobs:
19
python-version: 3.12
20
21
- name: Install build requirements
22
- run: python -m pip install wheel
+ run: python -m pip install wheel build
23
24
- name: Build package
25
- run: python setup.py sdist bdist_wheel
+ run: python -m build
26
27
- name: Publish package
28
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments