Skip to content

Commit

Permalink
Test wheels before next tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Aug 19, 2024
1 parent 2e9a45c commit 6dac2c8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
pull_request:
branches:
- master
- toast3
#- toast3

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

name: Test Binary Wheels

on: workflow_dispatch
# on: workflow_dispatch
# FIXME: Remove these lines once this workflow merged
# to main branch.
# on:
# push:
# branches:
# - master
# pull_request:
# branches:
# - master
# - toast3
on:
push:
branches:
- master
pull_request:
branches:
- master
- toast3

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion src/toast/RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0a26
3.0.0a27

0 comments on commit 6dac2c8

Please sign in to comment.