Skip to content

Commit

Permalink
updated build process
Browse files Browse the repository at this point in the history
  • Loading branch information
fboerman committed Jul 20, 2023
1 parent 4bb795f commit 44cdd5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- name: Set up Python 3.7
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.10
- name: Install pypa/build
run: >-
python -m
Expand Down

0 comments on commit 44cdd5e

Please sign in to comment.