diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4deb798b86..61454e5c5c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -493,3 +493,32 @@ jobs: run: | cd integration_tests ./run_tests.py -b cpython c_py + + upload_tarball: + name: Upload Tarball + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - uses: mamba-org/setup-micromamba@v1 + with: + environment-file: ci/environment.yml + create-args: >- + python=3.10 + + - name: Create Source Tarball + shell: bash -e -l {0} + run: | + ./build0.sh + lpython_version=$(