Skip to content

Commit a24da76

Browse files
committed
ci(publish): fix tag and publish job to use python 3.8
Fixes: canonicalGH-458 (canonical#458)
1 parent 8e029ed commit a24da76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tag_and_publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
uses: actions/checkout@v3
3030
with:
3131
ref: ${{ needs.tag-release.outputs.version}}
32-
- name: Set up Python 3.7
32+
- name: Set up Python 3.8
3333
uses: actions/setup-python@v3
3434
with:
35-
python-version: "3.7"
35+
python-version: "3.8"
3636
- name: Install pypa/build
3737
run: python -m pip install build --user
3838
- name: Build sdist and wheel

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1!10.7.0
1+
1!10.7.1

0 commit comments

Comments
 (0)