Skip to content

Commit

Permalink
only build wheels on version tagged builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vsiivola committed Jan 30, 2023
1 parent de70fd8 commit d0a5443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
# build on every tag starting with 'v'
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ brew install boost cmake swig

### How to install Linux requirements

Check the [Dockerfile](Dockerfile) for an example
Check the [Dockerfile](Dockerfile) for an example.

## Install Python tools only

Expand Down

0 comments on commit d0a5443

Please sign in to comment.