We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b82254f + 03a763b commit 005138cCopy full SHA for 005138c
.github/workflows/main.yml
@@ -35,6 +35,7 @@ jobs:
35
36
CD:
37
needs: CI
38
+ if: startsWith(github.ref, 'refs/tags/')
39
runs-on: ubuntu-latest
40
steps:
41
- uses: actions/checkout@v2
setup.py
@@ -28,7 +28,7 @@ def read_readme(path):
28
setup(
29
name="python-lei",
30
description="Python wraper for Legal Entity Identification API and ISIN to LEI and vice versa conversion.",
31
- version="0.1.0",
+ version="0.1.1",
32
long_description=read_readme(readme_path),
33
long_description_content_type="text/markdown",
34
setup_requires=["setuptools_scm"],
0 commit comments