We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5757d commit e1b56b9Copy full SHA for e1b56b9
.github/workflows/release.yml
@@ -26,6 +26,6 @@ jobs:
26
pip install setuptools wheel
27
- name: Build package
28
run: |
29
- python setup.py sdist bdist_wheel # Could also be python -m build
+ python -m build
30
- name: Publish package distributions to PyPI
31
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments