Skip to content

Commit

Permalink
moving artifacts-keyring to azure setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati committed Mar 24, 2021
1 parent a08247f commit b0c8b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ steps:
- script: |
python -m pip install --upgrade pip
pip install .
pip install artifacts-keyring
displayName: 'Install dependencies'

- script: |
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
'setuptools',
'wheel',
'twine',
'keyring',
'artifacts-keyring'
'keyring'
]

setup(
Expand Down

0 comments on commit b0c8b3f

Please sign in to comment.