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 d28893f commit e8ed7f9Copy full SHA for e8ed7f9
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
os: [ubuntu-20.04, windows-2019, macos-11]
12
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
16
- name: Set up QEMU
17
if: runner.os == 'Linux'
@@ -31,7 +31,7 @@ jobs:
31
name: Make SDist
32
runs-on: ubuntu-latest
33
34
35
- name: Build SDist
36
run: pipx run build --sdist
37
- uses: actions/upload-artifact@v3
0 commit comments