Skip to content

Commit 005138c

Browse files
authored
Merge pull request #8 from jdvala/fix/cd
Fix/cd
2 parents b82254f + 03a763b commit 005138c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
3636
CD:
3737
needs: CI
38+
if: startsWith(github.ref, 'refs/tags/')
3839
runs-on: ubuntu-latest
3940
steps:
4041
- uses: actions/checkout@v2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def read_readme(path):
2828
setup(
2929
name="python-lei",
3030
description="Python wraper for Legal Entity Identification API and ISIN to LEI and vice versa conversion.",
31-
version="0.1.0",
31+
version="0.1.1",
3232
long_description=read_readme(readme_path),
3333
long_description_content_type="text/markdown",
3434
setup_requires=["setuptools_scm"],

0 commit comments

Comments
 (0)