Skip to content

Commit d11b218

Browse files
committed
retention
1 parent 3eec3be commit d11b218

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_build-packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ jobs:
3838
nb-dirs: ${{ env.NB_DIRS }}
3939

4040
- run: |
41-
mkdir pypi/${{ matrix.pkg-name }}
41+
mkdir -p pypi/${{ matrix.pkg-name }}
4242
cp dist/* pypi/${{ matrix.pkg-name }}/
4343
4444
- uses: actions/upload-artifact@v4
4545
with:
4646
name: ${{ inputs.artifact-name }}-${{ matrix.pkg-name }}
4747
path: pypi
48+
retention-days: 1
4849

4950
merge-artifacts:
5051
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)