We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75aae7 commit 785f706Copy full SHA for 785f706
.github/workflows/main_py312.yml
@@ -22,8 +22,9 @@ jobs:
22
23
- name: Build PyGAD from the Repository
24
run: |
25
- python3 -m pip install --upgrade build
26
- python3 -m build
+ # python3 -m pip install --upgrade build
+ python3 -m build --sdist --wheel
27
+ # python3 -m build
28
29
- name: Install PyGAD after Building the .whl File
30
pyproject.toml
@@ -1,8 +1,8 @@
1
[build-system]
2
-requires = ["setuptools>=61.0"]
3
-build-backend = "setuptools.build_meta"
4
-# requires = ["hatchling"]
5
-# build-backend = "hatchling.build"
+# requires = ["setuptools>=61.0"]
+# build-backend = "setuptools.build_meta"
+requires = ["hatchling"]
+build-backend = "hatchling.build"
6
7
[project]
8
name = "pygad"
0 commit comments