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 2241a90 commit e09fff9Copy full SHA for e09fff9
.github/workflows/wheels.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
with:
17
submodules: true
18
- - uses: hynek/build-and-inspect-python-package@v1
+ - uses: hynek/build-and-inspect-python-package@v2
19
20
publish:
21
needs: [build_wheels]
@@ -25,7 +25,7 @@ jobs:
25
if: github.event_name == 'release' && github.event.action == 'published'
26
27
steps:
28
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
29
30
name: Packages
31
path: dist
@@ -38,7 +38,7 @@ jobs:
38
runs-on: ubuntu-latest
39
40
41
42
43
44
0 commit comments