Skip to content

Commit

Permalink
ci: only build all wheels manually and upon v* tags
Browse files Browse the repository at this point in the history
  • Loading branch information
geonnave committed Feb 14, 2024
1 parent 533dad8 commit 0f85f82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,11 @@ jobs:
- name: Test Python package
run: |
cd lakers-python
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -U pip maturin pytest
pip install -U maturin pytest
pip freeze
maturin develop && pytest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [main]
tags: 'v*'
pull_request:
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 0f85f82

Please sign in to comment.