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 1a61bce commit 30cc12bCopy full SHA for 30cc12b
.github/workflows/release.yml
@@ -20,12 +20,12 @@ jobs:
20
- name: Install release dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- pip install setuptools wheel twine
+ pip install setuptools wheel twine build
24
25
- name: Build and publish package
26
env:
27
TWINE_USERNAME: ${{ secrets.PYPI_USER }}
28
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
29
30
- python setup.py sdist bdist_wheel
+ python -m build
31
twine upload dist/*
0 commit comments