Skip to content

Commit 0cad5b3

Browse files
author
Géry Casiez
committed
fixing deploy pypi
1 parent 73c32c4 commit 0cad5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonBinding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python3.12 -m venv venv/
2424
. venv/bin/activate
2525
python3.12 -m pip install --upgrade pip
26-
python3.12 -m pip install setuptools build cython
26+
python3.12 -m pip install setuptools build cython twine
2727
2828
- name: Download Linux artifact
2929
id: download-artifact-linux

0 commit comments

Comments
 (0)