diff --git a/.github/workflows/build-wheel-linux.yml b/.github/workflows/build-wheel-linux.yml index e1de092..c324e3f 100644 --- a/.github/workflows/build-wheel-linux.yml +++ b/.github/workflows/build-wheel-linux.yml @@ -36,8 +36,8 @@ jobs: - run: cd /proj && /buildscripts/prepare_deps.sh ./python_wrapper/buildconfig 3.11 - run: cd /proj && /buildscripts/compile.sh ./python_wrapper/buildconfig - run: cd /proj && PYTHONPATH=/buildscripts /buildscripts/wheel-linux.sh ./python_wrapper/buildconfig 3.11 - - run: cd /proj && /buildscripts/test-wheel.sh ./python_wrapper/buildconfig 3.11 /tmp/build/wheel/*whl - - run: cd /proj && /buildscripts/upload-pypi.sh /tmp/build/wheel/*whl + - run: cd /proj && /buildscripts/test-wheel.sh ./python_wrapper/buildconfig 3.11 + - run: cd /proj && /buildscripts/upload-pypi.sh ./python_wrapper/buildconfig env: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} diff --git a/python_wrapper/buildconfig b/python_wrapper/buildconfig index 30eb14e..87c8cce 100644 --- a/python_wrapper/buildconfig +++ b/python_wrapper/buildconfig @@ -11,6 +11,6 @@ # TODO we duplicate information -- pyproject.toml's `name` and `packages` are derivable from $NAME and must stay consistent NAME="metkit" -CMAKE_PARAMS="-DECKIT_PATH=/tmp/prereqs/eckitlib" +CMAKE_PARAMS="-DECKIT_PATH=/tmp/metkit/prereqs/eckitlib" PYPROJECT_DIR="python_wrapper" DEPENDENCIES='["eckitlib"]'