Skip to content

Commit f428fe3

Browse files
committed
Enabled wheels on push and on tag create
1 parent 796cb59 commit f428fe3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/wheels.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- master
77
- dev
8+
tags:
9+
- '*'
810
pull_request:
911
env:
1012
CIBW_SKIP: pp37-win_amd64 pp37-macosx_x86_64 pp37-manylinux_x86_64

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def build_extension(self, ext):
126126

127127
setup(
128128
name='Stratega',
129-
version='0.0.14',
129+
version='0.0.15',
130130
author='Diego Perez-Liebana, Alexander Dockhorn, Jorge Hurtado Grueso, Dominik Jeurissen',
131131
#author_email='jorgehurtadogrueso@gmail.com',
132132
description='Stratega python bindings',

0 commit comments

Comments
 (0)