Skip to content

Commit 493da42

Browse files
authored
remove hardcode of runner ubuntu version
1 parent a76d58f commit 493da42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

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

88
jobs:
99
deploy:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
if: (github.repository == 'astropy/repo_stats')
1212

1313
steps:
@@ -40,4 +40,4 @@ jobs:
4040
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
4141
with:
4242
user: __token__
43-
password: ${{ secrets.pypi_password }}
43+
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)