Skip to content

Commit

Permalink
bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrunewald committed Jan 7, 2025
1 parent 7e69746 commit 9aeccef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
python-version: 3.9

- name: Install pypa/build
run: >-
python -m pip install build
python -m pip install pbr
run:
pip install build
pip install pbr

- name: Build a binary wheel and a source tarball
run: >-
Expand Down

0 comments on commit 9aeccef

Please sign in to comment.