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 1bbafe0 commit 175528aCopy full SHA for 175528a
.github/workflows/release.yml
@@ -20,11 +20,14 @@ jobs:
20
with:
21
python-version: '3.x'
22
23
+ - name: Clean previous builds
24
+ run: rm -rf dist build *.egg-info
25
+
26
- name: Install build dependencies & build
27
run: |
28
python -m pip install --upgrade pip
- pip install setuptools wheel
- python setup.py sdist bdist_wheel
29
+ pip install build
30
+ python -m build
31
32
- name: Publish package
33
uses: pypa/[email protected]
0 commit comments