Skip to content

Commit c39c826

Browse files
update workflows
1 parent 33bbb54 commit c39c826

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
name: Build and publish to PyPI
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@master
10+
- uses: actions/checkout@v4
1111
- name: Set up Python 3.10.4
12-
uses: actions/setup-python@v2
12+
uses: actions/setup-python@v5
1313
with:
1414
python-version: 3.10.4
1515
- name: Install dependencies
@@ -35,7 +35,7 @@ jobs:
3535
.
3636
- name: Publish to PyPI
3737
if: startsWith(github.ref, 'refs/tags')
38-
uses: pypa/gh-action-pypi-publish@master
38+
uses: pypa/gh-action-pypi-publish@release/v1
3939
with:
4040
user: __token__
4141
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)