Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix action
Browse files Browse the repository at this point in the history
tmi committed Jan 21, 2025
1 parent e978df9 commit 06fe932
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheel-linux.yml
Original file line number Diff line number Diff line change
@@ -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 }}
2 changes: 1 addition & 1 deletion python_wrapper/buildconfig
Original file line number Diff line number Diff line change
@@ -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"]'

0 comments on commit 06fe932

Please sign in to comment.