Skip to content

Commit

Permalink
bump python and force upgrade for build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmathis committed Dec 3, 2024
1 parent 3e903a4 commit 9fb8e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.11

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools setuptools_scm wheel
pip install --upgrade setuptools setuptools_scm wheel
- name: Build packages
run: python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 9fb8e9e

Please sign in to comment.