Skip to content

Commit

Permalink
Use Python 3.12 to release
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Jan 13, 2025
1 parent bcb8ac6 commit 16cdbf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install wheel
run: pip install wheel
python-version: "3.12"
- name: Install wheel and setuptools
run: pip install wheel setuptools
- name: Build sdist and wheel
run: python setup.py sdist bdist_wheel
- name: Publish to PyPI
Expand Down

0 comments on commit 16cdbf6

Please sign in to comment.