Skip to content

Commit

Permalink
change deploy workflow runner to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarzaa90 committed Jun 27, 2024
1 parent 07cb8b1 commit dbf2f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-n-publish:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout 🚚
uses: actions/checkout@master
Expand All @@ -25,4 +25,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit dbf2f3e

Please sign in to comment.