Skip to content

Commit

Permalink
chore(actions): annotates why we create a sub-folder to place artifacts
Browse files Browse the repository at this point in the history
This is pretty shonky and I am not happy about this at all. It means we
need post-processes to fix up the fact that we minge everything together
with uneccessary sub-dirs.
  • Loading branch information
doublethefish committed Nov 28, 2024
1 parent 258b55d commit 16fee71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.only }}
# We need the subdir to workaround updload-artifact@v4 erroring on
# duplicate path creations, which is very annoying. There is probably
# a better way of doing this, or one will be added soon.
name: tmap-wheels-for-${{ matrix.only }}
path: ./wheelhouse/*.whl

collate-wheels:
Expand Down

0 comments on commit 16fee71

Please sign in to comment.