We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6ec92 commit 7ec5fb3Copy full SHA for 7ec5fb3
.Pipelines/template-publish-package.yml
@@ -40,7 +40,9 @@ steps:
40
versionSpec: ${{ parameters.pythonVersion }}
41
displayName: 'Use Python ${{ parameters.pythonVersion }}'
42
43
-- script: pip install twine
+- script: |
44
+ python -m pip install --upgrade pip
45
+ python -m pip install twine
46
displayName: 'Install twine'
47
48
- task: TwineAuthenticate@1
msal/sku.py
@@ -1,4 +1,4 @@
1
-"""This module is from where we recieve the client sku name and version.
+"""This module is from where we receive the client sku name and version.
2
"""
3
4
# The __init__.py will import this. Not the other way around.
0 commit comments