Skip to content

Commit dbf2f3e

Browse files
committed
change deploy workflow runner to ubuntu-latest
1 parent 07cb8b1 commit dbf2f3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build-n-publish:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout 🚚
1313
uses: actions/checkout@master
@@ -25,4 +25,4 @@ jobs:
2525
uses: pypa/gh-action-pypi-publish@release/v1
2626
with:
2727
user: __token__
28-
password: ${{ secrets.PYPI_API_TOKEN }}
28+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)