Skip to content

Commit

Permalink
ci(publish): fix tag and publish job to use python 3.8
Browse files Browse the repository at this point in the history
Fixes: GH-458 (#458)
  • Loading branch information
a-dubs committed Jan 20, 2025
1 parent 8e029ed commit a24da76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ needs.tag-release.outputs.version}}
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: "3.7"
python-version: "3.8"
- name: Install pypa/build
run: python -m pip install build --user
- name: Build sdist and wheel
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1!10.7.0
1!10.7.1

0 comments on commit a24da76

Please sign in to comment.