We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c06c36 commit d8714caCopy full SHA for d8714ca
1 file changed
.github/workflows/deploy.yml
@@ -9,10 +9,13 @@ jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
13
14
- name: Set up Python
15
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
16
+
17
+ - name: Install build dependency
18
+ run: pip install build
19
20
- name: Create source distribution
21
run: python -m build
0 commit comments