diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b27787c719f..5c3f1cd5502 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,13 +20,11 @@ jobs: python-version: "3.x" - name: Install build dependencies - run: | - pip install build - sudo apt-get install ocaml ocaml-dune libfindlib-ocaml-dev libdune-ocaml-dev libcmdliner-ocaml-dev + run: pip install build - name: Generate python package for XenAPI run: | - ./configure --xapi_version=${{ github.ref_name }} + echo "export XAPI_VERSION=${{ github.ref_name }}" > config.mk make python - name: Store python distribution artifacts