mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 09:51:12 +00:00
Co-authored-by: Wouter van Oortmerssen <aardappel@gmail.com>
This commit is contained in:
parent
e68355cb22
commit
88b033b964
2 changed files with 5 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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
3
python/.gitignore
vendored
|
|
@ -1,2 +1,5 @@
|
|||
/dist/
|
||||
/*.egg-info/
|
||||
|
||||
# this file is duplicated by the build step
|
||||
LICENSE
|
||||
Loading…
Add table
Add a link
Reference in a new issue