8000 Use hatchling instead of setuptools · Shawmo/GeneticAlgorithmPython@b4aed45 · GitHub
[go: up one dir, main page]

Skip to content

Commit b4aed45

Browse files
committed
Use hatchling instead of setuptools
1 parent 15e57aa commit b4aed45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main_py312.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Build PyGAD from the Repository
2424
run: |
2525
# python3 -m pip install --upgrade build
26+
pip3 install setuptools==58.2.0
2627
pip3 install build
2728
python3 -m build --sdist --wheel
2829
# python3 -m build

0 commit comments

Comments
 (0)
0