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

Skip to content

Commit c77ce2b

Browse files
committed
Use hatchling instead of setuptools
1 parent 785f706 commit c77ce2b

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 build
2627
python3 -m build --sdist --wheel
2728
# python3 -m build
2829

0 commit comments

Comments
 (0)
0