Update baipp & download artifacts
This commit is contained in:
parent
86af08c8d4
commit
2047e566bf
|
@ -27,7 +27,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: hynek/build-and-inspect-python-package@v1
|
- uses: hynek/build-and-inspect-python-package@v2
|
||||||
|
|
||||||
# Upload to Test PyPI on every commit on main.
|
# Upload to Test PyPI on every commit on main.
|
||||||
release-test-pypi:
|
release-test-pypi:
|
||||||
|
@ -39,7 +39,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download packages built by build-and-inspect-python-package
|
- name: Download packages built by build-and-inspect-python-package
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Packages
|
name: Packages
|
||||||
path: dist
|
path: dist
|
||||||
|
@ -59,7 +59,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download packages built by build-and-inspect-python-package
|
- name: Download packages built by build-and-inspect-python-package
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Packages
|
name: Packages
|
||||||
path: dist
|
path: dist
|
||||||
|
|
Loading…
Reference in New Issue