Skip to content

Commit 65d0fbf

Browse files
authored
Fix publish pipeline_ (#26)
1 parent 3df234a commit 65d0fbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

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

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

77
jobs:
88
deploy:

src/bibx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"read_any",
2222
]
2323

24-
__version__ = "0.1.0"
24+
__version__ = "0.1.1"
2525

2626

2727
def read_scopus_bib(*files: TextIO) -> Collection:

0 commit comments

Comments
 (0)