Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Switched to only build wheels on release to prevent wheels from being…
Browse files Browse the repository at this point in the history
… constantly built
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Sep 11, 2023
1 parent 8f3c360 commit 331a52e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: swiftest

on: [push, pull_request]
on:
release:
types: [published]

jobs:
build_wheels:
Expand Down
2 changes: 1 addition & 1 deletion src/globals/globals_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module globals
integer(I4B), parameter :: UPPERCASE_OFFSET = iachar('A') - iachar('a') !! ASCII character set parameter for lower to upper
!! conversion - offset between upper and lower

character(*), parameter :: VERSION = "2023.9.1" !! Swiftest version
character(*), parameter :: VERSION = "" !! Swiftest version

!> Symbolic name for integrator types
character(*), parameter :: UNKNOWN_INTEGRATOR = "UKNOWN INTEGRATOR"
Expand Down

0 comments on commit 331a52e

Please sign in to comment.