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 c4ab066 commit e2bdc84Copy full SHA for e2bdc84
.github/workflows/pypi-package.yml
@@ -21,7 +21,7 @@ jobs:
21
fetch-depth: 0
22
persist-credentials: false
23
24
- - uses: hynek/build-and-inspect-python-package@v1
+ - uses: hynek/build-and-inspect-python-package@v2
25
26
# Upload to Test PyPI on every commit on main.
27
release-test-pypi:
@@ -35,7 +35,7 @@ jobs:
35
36
steps:
37
- name: Download packages built by build-and-inspect-python-package
38
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
39
with:
40
name: Packages
41
path: dist
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
63
0 commit comments