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.
2 parents f8dc3a1 + a382d2f commit 8d9ae1eCopy full SHA for 8d9ae1e
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
21
- name: Build and Check Package
22
- uses: hynek/build-and-inspect-python-package@v1.5
+ uses: hynek/build-and-inspect-python-package@v2.2
23
24
deploy:
25
needs: package
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
steps:
26
27
test:
28
@@ -42,7 +42,7 @@ jobs:
42
fetch-depth: 0
43
44
- name: Download Package
45
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.4
46
with:
47
name: Packages
48
path: dist
0 commit comments