We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6da171 + 3bb1db5 commit 3f35ea3Copy full SHA for 3f35ea3
1 file changed
.github/workflows/pypi-package.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
fetch-depth: 0
22
23
- - uses: hynek/build-and-inspect-python-package@v1
+ - uses: hynek/build-and-inspect-python-package@v2
24
25
# Upload to real PyPI on GitHub Releases.
26
release-pypi:
@@ -32,7 +32,7 @@ jobs:
32
33
steps:
34
- name: Download packages built by build-and-inspect-python-package
35
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
36
37
name: Packages
38
path: dist
0 commit comments