Skip to content

Commit d8714ca

Browse files
authored
Update deploy.yml
1 parent 3c06c36 commit d8714ca

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v4
1313

1414
- name: Set up Python
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v5
16+
17+
- name: Install build dependency
18+
run: pip install build
1619

1720
- name: Create source distribution
1821
run: python -m build

0 commit comments

Comments
 (0)