Skip to content

Commit

Permalink
build: Fix CI release job
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Apr 23, 2023
1 parent cc9611b commit 7083685
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.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
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Install tox
run: >-
python -m
Expand Down

0 comments on commit 7083685

Please sign in to comment.