From a04528b39700fac065c87731cc44f449f4eb7728 Mon Sep 17 00:00:00 2001 From: GCS-ZHN <72075217+GCS-ZHN@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:00:19 +0800 Subject: [PATCH] chore: update pypi.yml with latest ubuntu --- .github/workflows/pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 752033d..7c8fbf7 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -44,7 +44,7 @@ jobs: release: needs: ["build"] - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -74,4 +74,4 @@ jobs: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} repository_url: ${{ vars.PYPI_URL }} - packages_dir: dist/ \ No newline at end of file + packages_dir: dist/