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 2c25123 commit 63f2f62Copy full SHA for 63f2f62
.github/workflows/build.yaml
@@ -23,5 +23,5 @@ jobs:
23
pip install -U -r requirements.txt
24
- name: Build Python Package
25
run: |
26
- pip install --upgrade pip wheel setuptools
27
- python setup.py bdist_wheel --universal
+ pip install --upgrade pip wheel setuptools build
+ python3 -m build
.github/workflows/pypi.yaml
@@ -25,10 +25,10 @@ jobs:
- name: Install Python Dependencies
28
- pip install --upgrade wheel setuptools twine
+ pip install --upgrade wheel setuptools twine build
29
- name: Build Binary
30
31
- python3 setup.py sdist bdist_wheel --universal
32
- name: Publish
33
34
python3 -m twine upload dist/*
0 commit comments