Skip to content

Commit dcab6b1

Browse files
committed
pygmo 2.19.3.
1 parent 428595c commit dcab6b1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/main.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ name: CI
44

55
# Controls when the workflow will run
66
on:
7-
# Triggers the workflow on push or pull request events but only for the master branch
87
push:
9-
branches: [ master ]
8+
branches:
9+
- master
10+
tags:
11+
- 'v[0-9]+.[0-9]+.[0-9]+'
1012
pull_request:
11-
branches: [ master ]
13+
branches:
14+
- master
1215

1316
# Allows you to run this workflow manually from the Actions tab
1417
workflow_dispatch:

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if(NOT CMAKE_BUILD_TYPE)
1111
FORCE)
1212
endif()
1313

14-
project(pygmo VERSION 2.19.2 LANGUAGES CXX C)
14+
project(pygmo VERSION 2.19.3 LANGUAGES CXX C)
1515

1616
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${CMAKE_CURRENT_SOURCE_DIR}/cmake/yacma")
1717

0 commit comments

Comments
 (0)