Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 9f718d6

Browse files
hugovkboogheta
authored andcommitted
Fix deprecation warning with pypa/gh-action-pypi-publish@master
1 parent 4d8edcf commit 9f718d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 0
2020

@@ -45,7 +45,7 @@ jobs:
4545
password: ${{ secrets.pypi_password }}
4646

4747
- name: Publish package to TestPyPI
48-
uses: pypa/gh-action-pypi-publish@master
48+
uses: pypa/gh-action-pypi-publish@release/v1
4949
with:
5050
user: __token__
5151
password: ${{ secrets.test_pypi_password }}

0 commit comments

Comments
 (0)