Skip to content

Commit

Permalink
chore: update pypi.yml with latest ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
GCS-ZHN authored Nov 27, 2023
1 parent 9908931 commit a04528b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

release:
needs: ["build"]
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
repository_url: ${{ vars.PYPI_URL }}
packages_dir: dist/
packages_dir: dist/

0 comments on commit a04528b

Please sign in to comment.