We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de45afc + 874e46e commit 54c0c70Copy full SHA for 54c0c70
.github/workflows/python-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
pip install -U pip
27
pip install .[setup]
28
- python setup.py sdist bdist_wheel
+ python -m build
29
python -m twine check dist/*
30
31
- name: Build and publish
0 commit comments