Skip to content

Commit

Permalink
Build on new tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhdev committed Jun 17, 2023
1 parent 8e11d6f commit 5317e1f
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 42 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/wheels-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,9 @@
name: Wheel builder Linux

on:
# schedule:
# # Nightly build at 3:42 A.M.
# - cron: "42 3 */1 * *"
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
# Manual run
workflow_dispatch:
push:
tags:
- 'v*'

jobs:
# Check whether to build the wheels and the source tarball
Expand Down
14 changes: 3 additions & 11 deletions .github/workflows/wheels-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,9 @@
name: Wheel builder macOS

on:
# schedule:
# # Nightly build at 3:42 A.M.
# - cron: "42 3 */1 * *"
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
# Manual run
workflow_dispatch:
push:
tags:
- 'v*'

jobs:
# Check whether to build the wheels and the source tarball
Expand Down
14 changes: 3 additions & 11 deletions .github/workflows/wheels-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,9 @@
name: Wheel builder sdist

on:
# schedule:
# # Nightly build at 3:42 A.M.
# - cron: "42 3 */1 * *"
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
# Manual run
workflow_dispatch:
push:
tags:
- 'v*'

jobs:
# Check whether to build the wheels and the source tarball
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/wheels-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
name: Wheel builder Windows

on:
# pull_request:
# branches:
# - master
# release:
# types: [published, edited]
workflow_dispatch:
push:
tags:
- 'v*'

jobs:
build-windows-x86_64:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ endif()
set(DAISYKIT_VERSION_MAJOR 0)
set(DAISYKIT_VERSION_MINOR 3)
set(DAISYKIT_VERSION_PATCH 0)
set(DAISYKIT_VERSION_BUILD 3)
set(DAISYKIT_VERSION_BUILD 4)

set(DAISYKIT_VERSION_STRING ${DAISYKIT_VERSION_MAJOR}.${DAISYKIT_VERSION_MINOR}.${DAISYKIT_VERSION_PATCH}.${DAISYKIT_VERSION_BUILD})
message(STATUS "DAISYKIT_VERSION_STRING = ${DAISYKIT_VERSION_STRING}")
Expand Down
2 changes: 0 additions & 2 deletions build_tools/build_windows.bat

This file was deleted.

File renamed without changes.

0 comments on commit 5317e1f

Please sign in to comment.