Skip to content

Commit

Permalink
switching to ubuntu latest
Browse files Browse the repository at this point in the history
  • Loading branch information
hhuuggoo committed Oct 17, 2024
1 parent bb49b9e commit bac78f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build-and-publish:
name: Build and publish to PyPI
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
Expand All @@ -33,4 +33,4 @@ jobs:
# Password is set in GitHub UI to an API secret for pypi
# this needs to be added per-repo
user: __token__
password: ${{ secrets.pypi_api_key }}
password: ${{ secrets.pypi_api_key }}

0 comments on commit bac78f4

Please sign in to comment.