We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build
1 parent 8c81191 commit 93a1ceeCopy full SHA for 93a1cee
.github/workflows/pypi_deploy.yml
@@ -21,9 +21,9 @@ jobs:
21
with:
22
python-version: 3.10.8
23
- name: "Install building tools"
24
- run: pip install wheel
+ run: pip install build
25
- name: "Build package"
26
- run: python setup.py sdist bdist_wheel
+ run: python -m build
27
- name: "Publish distribution 📦 to Test PyPI"
28
uses: pypa/gh-action-pypi-publish@release/v1
29
0 commit comments