Skip to content

Commit

Permalink
maintenance: Use Python 3.11 for publishing package to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 16, 2024
1 parent 909b32f commit 731f1c7
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 @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.11'
- name: Build a binary wheel and a source tarball
run: >-
pip install wheel;
Expand Down

0 comments on commit 731f1c7

Please sign in to comment.