Skip to content

Commit 88b033b

Browse files
add proposed fixes from #8731 (#8771)
Co-authored-by: Wouter van Oortmerssen <[email protected]>
1 parent e68355c commit 88b033b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
- name: Install Dependencies
3838
run: |
3939
python3 -m pip install --upgrade pip
40-
python3 -m pip install setuptools wheel twine
40+
python3 -m pip install build twine
4141
4242
- name: Build
4343
run: |
44-
python3 setup.py sdist bdist_wheel
44+
python3 -m build .
4545
4646
- name: Upload to PyPi
4747
run: |

python/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
/dist/
22
/*.egg-info/
3+
4+
# this file is duplicated by the build step
5+
LICENSE

0 commit comments

Comments
 (0)