Skip to content

Commit

Permalink
Test wheel installation
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Dec 16, 2024
1 parent 583b20d commit 73c4173
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ jobs:
python3 -m build
setuptools-golang-build-manylinux-wheels --golang=1.23.4 --pythons=cp39-cp39
python3 -m twine check --strict dist/*
- name: Test wheel installation
shell: bash
run: |
python3 -m venv test_env
source test_env/bin/activate
pip install dist/*.whl
python -c "import pygfried; print('Version:', pygfried.__version__)"

0 comments on commit 73c4173

Please sign in to comment.