Skip to content

Commit

Permalink
adding sdist to python build #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Apr 27, 2023
1 parent 448bf53 commit 0622016
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
run: |
git fetch --tags --force
- name: Building helper wheels for later tests
- name: Building sumolib / traci (pure Python) wheels and sdist
run: |
cd tools
python -m pip install build
python build/version.py build/setup-sumolib.py ./setup.py
python -m build --wheel -o ../wheelhouse
python -m build -o ../wheelhouse
python build/version.py build/setup-traci.py ./setup.py
python -m build --wheel -o ../wheelhouse
python -m build -o ../wheelhouse
- name: Building Python wheels (latest manylinux docker)
- name: Building SUMO / libsumo Python wheels (latest manylinux docker)
# if: github.repository == 'DLR-TS/sumo'
uses: docker://quay.io/pypa/manylinux2014_x86_64
with:
Expand Down

0 comments on commit 0622016

Please sign in to comment.