forked from BigfootDev/flatbuffers
Co-authored-by: Wouter van Oortmerssen <aardappel@gmail.com>
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -37,11 +37,11 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
python3 -m pip install setuptools wheel twine
|
python3 -m pip install build twine
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
python3 setup.py sdist bdist_wheel
|
python3 -m build .
|
||||||
|
|
||||||
- name: Upload to PyPi
|
- name: Upload to PyPi
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
3
python/.gitignore
vendored
3
python/.gitignore
vendored
@@ -1,2 +1,5 @@
|
|||||||
/dist/
|
/dist/
|
||||||
/*.egg-info/
|
/*.egg-info/
|
||||||
|
|
||||||
|
# this file is duplicated by the build step
|
||||||
|
LICENSE
|
||||||
Reference in New Issue
Block a user