We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505d776 commit ed11c47Copy full SHA for ed11c47
1 file changed
.github/workflows/tests.yml
@@ -66,8 +66,7 @@ jobs:
66
python-version: 3.12
67
- name: Build package
68
run: |
69
- pip install wheel
70
- python setup.py sdist bdist_wheel
+ python -m build --sdist --wheel .
71
- name: Publish
72
uses: pypa/gh-action-pypi-publish@v1.13.0
73
with:
0 commit comments