We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8201ee7 commit 1a20e64Copy full SHA for 1a20e64
.github/workflows/publish.yaml
@@ -22,9 +22,9 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install setuptools wheel
+ pip install build
26
- name: Build package
27
28
- python setup.py sdist bdist_wheel # Could also be python -m build
+ python -m build
29
- name: Publish package distributions to PyPI
30
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments