We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e57aa commit b4aed45Copy full SHA for b4aed45
1 file changed
.github/workflows/main_py312.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: Build PyGAD from the Repository
24
run: |
25
# python3 -m pip install --upgrade build
26
+ pip3 install setuptools==58.2.0
27
pip3 install build
28
python3 -m build --sdist --wheel
29
# python3 -m build
0 commit comments