Skip to content

Commit

Permalink
fix publish-to-pypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Apr 7, 2024
1 parent e5a3a38 commit c582404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.10
python-version: 3.11
- name: Install wheel and setuptools
run: >-
python -m
Expand Down

0 comments on commit c582404

Please sign in to comment.