File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,20 @@ jobs:
55
55
# If 2.9 is required, then we will need to pin to hatchling 1.26.x to avoid
56
56
# incompatibilities with twine and the package metadata emitted by hatchiling.
57
57
- uses : hynek/build-and-inspect-python-package@v2
58
+ id : build-smriprep
58
59
with :
59
60
upload-name-suffix : -main
60
61
attest-build-provenance-github : ${{ github.event_name != 'pull_request' }}
62
+ - name : Clean up package build
63
+ run : rm -r ${{ steps.build-smriprep.outputs.dist }}
61
64
- uses : hynek/build-and-inspect-python-package@v2
65
+ id : build-wrapper
62
66
with :
63
67
path : wrapper
64
68
upload-name-suffix : -wrapper
65
69
attest-build-provenance-github : ${{ github.event_name != 'pull_request' }}
70
+ - name : Clean up wrapper build
71
+ run : rm -r ${{ steps.build-wrapper.outputs.dist }}
66
72
67
73
test :
68
74
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments