From e086490c7e082b11ba4d152519a2743bd766906d Mon Sep 17 00:00:00 2001 From: Michael Behrisch Date: Sat, 18 Feb 2023 20:46:33 +0100 Subject: [PATCH] disabling sdist for now #12005 --- .github/workflows/wheel-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheel-linux.yml b/.github/workflows/wheel-linux.yml index c99fea8df003..7b79a713c9ba 100644 --- a/.github/workflows/wheel-linux.yml +++ b/.github/workflows/wheel-linux.yml @@ -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