Skip to content

Commit

Permalink
fixing deploy pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Géry Casiez committed Dec 14, 2024
1 parent 73c32c4 commit 0cad5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonBinding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python3.12 -m venv venv/
. venv/bin/activate
python3.12 -m pip install --upgrade pip
python3.12 -m pip install setuptools build cython
python3.12 -m pip install setuptools build cython twine
- name: Download Linux artifact
id: download-artifact-linux
Expand Down

0 comments on commit 0cad5b3

Please sign in to comment.