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 Apr 27, 2024
1 parent 0d5560a commit 45ab81c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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
uses: actions/setup-python@v5.1.0
- name: Set up Python
uses: actions/setup-python@v5
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 45ab81c

Please sign in to comment.