Skip to content

Commit b88182c

Browse files
author
Abdullah Alaqeel
authored
Update action versions (#739)
1 parent c3cfd3e commit b88182c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v4
2020
with:
21-
python-version: 3.9
21+
python-version: '3.9'
2222

2323
- name: Install dependencies
2424
run: |
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Upload packages to Jazzband
4444
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
45-
uses: pypa/gh-action-pypi-publish@master
45+
uses: pypa/gh-action-pypi-publish@release/v1
4646
with:
4747
user: jazzband
4848
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}

0 commit comments

Comments
 (0)