Skip to content

Commit

Permalink
bump ubuntu version for release GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacdonald committed Nov 2, 2023
1 parent 3318c99 commit 2e366dc
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
@@ -1,5 +1,5 @@
#follows https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
# follows https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
name: Publish Python 🐍 distributions 📦 to PyPI/TestPyPI

on:
workflow_dispatch:
Expand All @@ -12,7 +12,7 @@ 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:
- name: Display phase
Expand Down

0 comments on commit 2e366dc

Please sign in to comment.