Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .gitignore & Update CI to cancel in-progress on repeated pushes #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
# Only support 64-bit CPython >= 3.7
# VTK does not currently build python 3.8 arm64 wheels, so skip it too
Expand Down
45 changes: 15 additions & 30 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,32 +1,17 @@
# Prerequisites
*.d
# VTKCleaver
_skbuild
_deps
vtk-wheel-sdk-build
vtk-wheel-sdk-subbuild
vtkexternalmodule-build
vtkexternalmodule-subbuild

# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Cleaver
debug.dump

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
# Python
wheelhouse
.venv
__pycache__
*.egg-info
dist/