Skip to content

Commit ac82baf

Browse files
committed
GHA: trigger pypi deployment on 'release published' instead of 'created'; bump version number
1 parent 826e7f7 commit ac82baf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66

77
jobs:
88
deploy:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 0.1 series
44

5+
### 0.1.10
6+
7+
*Fixed deployment setup, no further changes.*
8+
59
### 0.1.9
610

711
Library:

petab/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""PEtab library version"""
2-
__version__ = '0.1.9'
2+
__version__ = '0.1.10'

0 commit comments

Comments
 (0)