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.
2 parents bddcc20 + 896487f commit e461825Copy full SHA for e461825
.github/workflows/release.yml
@@ -21,8 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install build
25
- pip install wheel
+ pip install build wheel
26
27
- name: Get Current Version
28
@@ -50,7 +49,7 @@ jobs:
50
49
token: ${{ secrets.GH_API_SECRET }}
51
52
- name: Build Python Package
53
- run: rm -Rf build *.egg-info/ && python3 setup.py sdist bdist_wheel
+ run: rm -rf build *.egg-info/ && python3 -m build
54
55
- name: Publish to PyPi
56
uses: pypa/[email protected]
0 commit comments