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.
1 parent ceb20bb commit dd28e4cCopy full SHA for dd28e4c
azure-pipelines.yml
@@ -46,7 +46,7 @@ jobs:
46
displayName: Install Dependencies
47
workingDirectory: '$(System.DefaultWorkingDirectory)'
48
49
- - bash: 'make publish-pypi'
+ - bash: 'python -m pipenv run make publish-pypi'
50
displayName: Publish Package to PyPi
51
52
env:
setup.py
@@ -11,7 +11,7 @@
11
long_description=long_description,
12
long_description_content_type="text/markdown",
13
url="https://github.com/gatkin/nrdashboards",
14
- version="0.0.2rc2",
+ version="0.0.2rc3",
15
author="Greg Atkin",
16
author_email="greg.scott.atkin@gmail.com",
17
license="MIT",
0 commit comments