Skip to content

Commit 742432a

Browse files
committed
try python 3.12...
1 parent 04a4cb7 commit 742432a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
1919
- uses: actions/setup-python@v4
2020
with:
21-
python-version: 3.x
21+
python-version: "3.12"
2222
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2323
- uses: actions/cache@v3
2424
with:

0 commit comments

Comments
 (0)