add proposed fixes from #8731 (#8771)

Co-authored-by: Wouter van Oortmerssen <aardappel@gmail.com>
This commit is contained in:
Justin Davis
2025-11-17 16:46:41 -05:00
committed by GitHub
parent e68355cb22
commit 88b033b964
2 changed files with 5 additions and 2 deletions

View File

@@ -37,11 +37,11 @@ jobs:
- name: Install Dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install setuptools wheel twine
python3 -m pip install build twine
- name: Build
run: |
python3 setup.py sdist bdist_wheel
python3 -m build .
- name: Upload to PyPi
run: |

3
python/.gitignore vendored
View File

@@ -1,2 +1,5 @@
/dist/
/*.egg-info/
# this file is duplicated by the build step
LICENSE