Skip to content

Commit

Permalink
trying to fix wheel paths #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Apr 8, 2023
1 parent da78134 commit 9109c71
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
cd tools
python -m pip install build
python build/version.py build/setup-sumolib.py ./setup.py
python -m build --wheel
python -m build --wheel -o ../wheelhouse
python build/version.py build/setup-traci.py ./setup.py
python -m build --wheel
python -m build --wheel -o ../wheelhouse
- name: Building Python wheels (latest manylinux docker)
# if: github.repository == 'DLR-TS/sumo'
Expand All @@ -64,9 +64,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: manylinux-wheels
path: |
wheelhouse
tools/dist
path: wheelhouse

test-wheels:
needs: [build-manylinux-wheels]
Expand Down

0 comments on commit 9109c71

Please sign in to comment.