We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76d58f commit 493da42Copy full SHA for 493da42
.github/workflows/package.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
deploy:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
11
if: (github.repository == 'astropy/repo_stats')
12
13
steps:
@@ -40,4 +40,4 @@ jobs:
40
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
41
with:
42
user: __token__
43
- password: ${{ secrets.pypi_password }}
+ password: ${{ secrets.pypi_password }}
0 commit comments