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

Skip to content

Commit 44671f6

Browse files
committed
Use hatchling instead of setuptools
1 parent b4aed45 commit 44671f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main_py312.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
# python3 -m pip install --upgrade build
2626
pip3 install setuptools==58.2.0
2727
pip3 install build
28-
python3 -m build --sdist --wheel
28 68A8 +
python3.12 -m build --sdist --wheel
2929
# python3 -m build
3030
3131
- name: Install PyGAD after Building the .whl File
3232
run: |
33-
find ./dist/*.whl | xargs python3 -m pip install
33+
find ./dist/*.whl | xargs python3.12 -m pip install
3434
3535
- name: Install PyTest
3636
run: pip install pytest

0 commit comments

Comments
 (0)
0