Skip to content

Commit

Permalink
Bump pypi build to use python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGibo committed Sep 7, 2023
1 parent 51091b0 commit dbae4b8
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 @@ -5,13 +5,13 @@ on: push
jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7
- name: Set up Python 3.10
uses: actions/[email protected]
with:
python-version: 3.7
python-version: '3.10'
- name: Build a binary wheel and a source tarball
run: >-
pip install wheel;
Expand Down

0 comments on commit dbae4b8

Please sign in to comment.