Skip to content

Commit 723d2e5

Browse files
committed
Add cron schedule and enable all wheel builds
1 parent 4ef0950 commit 723d2e5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/python_wheel_build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
default: "experimental-pip-install-root"
1111
push:
1212
branches: experimental-pip-install-root
13+
schedule:
14+
- cron: '01 1 * * *'
1315

1416
jobs:
1517
python_wheel:
@@ -64,4 +66,4 @@ jobs:
6466
echo +++ Creating the token
6567
kinit -p ${{ secrets.KRB5USER }}@${{ secrets.KRB5REALM }} -kt ${KT_FILE_NAME}
6668
echo +++ Running the copy
67-
xrdcp -rf wheelhouse ${EOS_ENDPOINT}/${EOS_PATH}/
69+
xrdcp -rf wheelhouse/* ${EOS_ENDPOINT}/${EOS_PATH}/

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ root = "ROOT._rootcli:main"
2222
[tool.cibuildwheel]
2323
# Increase pip debugging output
2424
build-verbosity = 1
25-
#build="cp3{8,9,10,11,12,13}-manylinux_x86_64"
26-
build="cp313-manylinux_x86_64"
25+
build="cp3{8,9,10,11,12,13}-manylinux_x86_64"
2726
manylinux-x86_64-image = "manylinux_2_28"
2827

2928
# Install system libraries

0 commit comments

Comments
 (0)