We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3677aac commit a80ac15Copy full SHA for a80ac15
1 file changed
.github/workflows/publish-pypi.yml
@@ -32,7 +32,7 @@ jobs:
32
python -m pip install --upgrade pip
33
pip install setuptools wheel
34
- name: Build package
35
- run: python setup.py sdist bdist_wheel
+ run: python -m build
36
- name: Publish package
37
uses: pypa/gh-action-pypi-publish@release/v1
38
with:
0 commit comments