Skip to content

Commit

Permalink
Merge pull request #289 from plangrid/tag-action-patch
Browse files Browse the repository at this point in the history
Update tag.yml
  • Loading branch information
auramix authored May 16, 2023
2 parents 792f48c + 8f1ba4c commit 37ce30a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,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.8
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.11
- name: Install pep517
run: |
python -m pip install pep517 --user
Expand Down

0 comments on commit 37ce30a

Please sign in to comment.