diff --git a/.github/workflows/rtc-tools.yml b/.github/workflows/rtc-tools.yml index fb41fa74..b9a222ff 100644 --- a/.github/workflows/rtc-tools.yml +++ b/.github/workflows/rtc-tools.yml @@ -20,24 +20,21 @@ jobs: - run: pip install pre-commit - run: pre-commit run --all-files --show-diff-on-failure - # build: - # needs: style - # runs-on: ubuntu-latest - # container: - # image: python:3.8 - # timeout-minutes: 30 - # steps: - # - uses: actions/checkout@v4.1.0 - # with: - # lfs: true - # - run: pip install tox - # - run: python setup.py sdist bdist_wheel - # - uses: actions/upload-artifact@v4.1.0 - # if: success() - # with: - # name: "${{ github.job }}" - # retention-days: 7 - # path: dist/ + build: + needs: style + runs-on: ubuntu-latest + container: + image: python:3.8 + timeout-minutes: 30 + steps: + - uses: actions/checkout@v4.1.0 + - run: python setup.py sdist bdist_wheel + - uses: actions/upload-artifact@v4 + if: success() + with: + name: "${{ github.job }}" + retention-days: 7 + path: dist/ # test-linux: # needs: build