We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c32c4 commit 0cad5b3Copy full SHA for 0cad5b3
.github/workflows/pythonBinding.yml
@@ -23,7 +23,7 @@ jobs:
23
python3.12 -m venv venv/
24
. venv/bin/activate
25
python3.12 -m pip install --upgrade pip
26
- python3.12 -m pip install setuptools build cython
+ python3.12 -m pip install setuptools build cython twine
27
28
- name: Download Linux artifact
29
id: download-artifact-linux
0 commit comments