Skip to content

Commit 15c2ba1

Browse files
committed
Merge commit '3ace9d1ccb95b209079c4ee20d95fe4e2f79d639' into develop
2 parents ff5920e + 3ace9d1 commit 15c2ba1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/python-package.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@
77

88
name: Create Python Package
99

10+
1011
on:
1112
push:
12-
branches: [ master ]
13+
branches:
14+
- master
1315
pull_request:
14-
branches: [ master ]
16+
branches:
17+
- master
1518

1619
jobs:
1720
build:

src/easyscience/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0"
1+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)