Skip to content

Commit bbc64ef

Browse files
authored
Update Python.yml
1 parent 406454f commit bbc64ef

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/Python.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,25 @@
11
name: Update Python Version Table
2-
32
on:
43
schedule:
54
- cron: '0 6 * * 1'
65
workflow_dispatch:
7-
86
concurrency:
97
group: push-to-main
108
cancel-in-progress: false
11-
9+
permissions:
10+
contents: write
1211
jobs:
1312
update:
1413
runs-on: ubuntu-latest
15-
1614
steps:
1715
- name: Checkout repository
1816
uses: actions/checkout@v6
19-
2017
- name: Set up Python
2118
uses: actions/setup-python@v6
2219
with:
2320
python-version: '3.13'
24-
2521
- name: Run update script
2622
run: python scripts/py_version.py
27-
2823
- name: Commit and push if changed
2924
run: |
3025
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)