Skip to content

Commit

Permalink
Update publish-to-pypi GitHub Action (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlikeme authored Apr 17, 2023
1 parent 32ab54a commit 5fc6822
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 @@ -9,15 +9,15 @@ on:
jobs:
build-n-publish:
name: Build and publish Python distributions to PyPI and TestPyPI
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master

- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.11

- name: Install pypa/build
run: >-
Expand Down

0 comments on commit 5fc6822

Please sign in to comment.