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 e822640 commit de78263Copy full SHA for de78263
.github/workflows/release.yml
@@ -34,11 +34,11 @@ jobs:
34
- name: Install dependencies
35
run: |
36
python -m pip install --upgrade pip
37
- pip install setuptools wheel twine
+ pip install setuptools build twine
38
- name: Build and publish
39
env:
40
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
41
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
42
43
- python setup.py bdist_wheel
+ python -m build .
44
twine upload dist/*
0 commit comments