We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785f706 commit c77ce2bCopy full SHA for c77ce2b
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 build
27
python3 -m build --sdist --wheel
28
# python3 -m build
29
0 commit comments