Skip to content

Commit dd28e4c

Browse files
committed
Fix release job
1 parent ceb20bb commit dd28e4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
displayName: Install Dependencies
4747
workingDirectory: '$(System.DefaultWorkingDirectory)'
4848

49-
- bash: 'make publish-pypi'
49+
- bash: 'python -m pipenv run make publish-pypi'
5050
displayName: Publish Package to PyPi
5151
workingDirectory: '$(System.DefaultWorkingDirectory)'
5252
env:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
1313
url="https://github.com/gatkin/nrdashboards",
14-
version="0.0.2rc2",
14+
version="0.0.2rc3",
1515
author="Greg Atkin",
1616
author_email="greg.scott.atkin@gmail.com",
1717
license="MIT",

0 commit comments

Comments
 (0)