Skip to content

Commit b3355b0

Browse files
authored
Upgrade Python version from 3.10 to 3.11
1 parent 9ded7d9 commit b3355b0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tag_and_publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
ref: ${{ env.DEFAULT_BRANCH }}
1717
fetch-depth: 0
1818
#token: ${{ secrets.SERVICE_TOKEN }}
19-
- name: Set up Python 3.10
19+
- name: Set up Python 3.11
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: '3.10'
22+
python-version: '3.11'
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install -e . --group dev --no-cache-dir
@@ -74,10 +74,10 @@ jobs:
7474
- uses: actions/checkout@v4
7575
- name: Pull latest changes
7676
run: git pull origin main
77-
- name: Set up Python 3.10
77+
- name: Set up Python 3.11
7878
uses: actions/setup-python@v5
7979
with:
80-
python-version: '3.10'
80+
python-version: '3.11'
8181
- name: Install dependencies
8282
run: |
8383
pip install --upgrade setuptools wheel twine build

0 commit comments

Comments
 (0)