Skip to content

Commit 11d98ce

Browse files
committed
Update setup Docker step in Publish to PyPi action
1 parent 00cf525 commit 11d98ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [ published ]
55

66
jobs:
7-
pytest:
7+
pypi:
88
name: Publish to PyPi
99
runs-on: ubuntu-latest
1010
env:
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: '3.10'
1919

20-
- uses: docker-practice/actions-setup-docker@master
20+
- uses: docker/setup-docker-action@v4
2121

2222
- name: Install Poetry
2323
run: |

0 commit comments

Comments
 (0)