From bac78f45c288f54f6a176ad004c9ce4a1ac411a3 Mon Sep 17 00:00:00 2001 From: hugo Date: Thu, 17 Oct 2024 13:28:56 -0700 Subject: [PATCH] switching to ubuntu latest --- .github/workflows/publish-to-pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 7364bb1..8e2e790 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -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 @@ -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 }} \ No newline at end of file + password: ${{ secrets.pypi_api_key }}