Skip to content

Commit 76c61cd

Browse files
authored
Update publish.yml
updated python version I think
1 parent 27662be commit 76c61cd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
15+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}
@@ -30,15 +30,14 @@ jobs:
3030
deploy:
3131
runs-on: ubuntu-latest
3232
needs: [test]
33-
environment: release
3433
permissions:
3534
id-token: write
3635
steps:
3736
- uses: actions/checkout@v4
3837
- name: Set up Python
3938
uses: actions/setup-python@v5
4039
with:
41-
python-version: "3.12"
40+
python-version: "3.13"
4241
cache: pip
4342
cache-dependency-path: setup.py
4443
- name: Install dependencies

0 commit comments

Comments
 (0)