Skip to content

Commit f8fb016

Browse files
committed
name artifacts with os
1 parent 20bc614 commit f8fb016

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
cibuildwheel --output-dir dist
4444
- uses: actions/upload-artifact@v4
4545
with:
46-
name: wheels
47-
path: ./dist/*
46+
name: wheels-${{ matrix.os }}
47+
path: ./dist/*
4848
publish:
4949
name: Publish wheels and sdist to PyPI
5050
runs-on: ubuntu-latest

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ third_party/
3939

4040
# OS specific
4141
.DS_Store
42-
Thumbs.db
42+
Thumbs.db
43+
loop_cgal/__pycache__/__init__.cpython-311.pyc

0 commit comments

Comments
 (0)