Skip to content

Commit

Permalink
disabling sdist for now #12005
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Feb 18, 2023
1 parent f7bd82a commit e086490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 --sdist --wheel
python -m build --wheel
python build/version.py build/setup-traci.py ./setup.py
python -m build --sdist --wheel
python -m build --wheel
- name: Uploading artifacts (Helper wheels)
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e086490

Please sign in to comment.