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