Skip to content

Commit e151d4b

Browse files
committed
Migrate to Hatch
1 parent 767068f commit e151d4b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main_py312.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ name: PyGAD PyTest / Python 3.12
77
# But Python 3.12 does not support distutils.
88
# Let's wait until setuptools changes its dependencies.
99

10-
# on:
11-
# push:
12-
# branches:
13-
# - github-actions
10+
on:
11+
push:
12+
branches:
13+
- github-actions
1414
# - master
15-
on: workflow_dispatch
15+
# on: workflow_dispatch
1616

1717
jobs:
1818
job_id_1:

0 commit comments

Comments
 (0)