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 c3cfd3e commit b88182cCopy full SHA for b88182c
.github/workflows/release.yml
@@ -11,14 +11,14 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
with:
16
fetch-depth: 0
17
18
- name: Set up Python
19
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
20
21
- python-version: 3.9
+ python-version: '3.9'
22
23
- name: Install dependencies
24
run: |
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Upload packages to Jazzband
44
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
45
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
46
47
user: jazzband
48
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}
0 commit comments