Skip to content

Commit 296f90b

Browse files
committed
initial commit
1 parent 9cded07 commit 296f90b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- name: Checking out the repository
1515
uses: actions/checkout@v4
16-
- name: Setting up Python 3.9
16+
- name: Setting up Python 3.12
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.9'
19+
python-version: '3.12'
2020
- name: Installing and updating Bikeshed
2121
run: pip3 install bikeshed && bikeshed update
2222
shell: bash

0 commit comments

Comments
 (0)