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 207cc9a commit 11e51e9Copy full SHA for 11e51e9
doc/release_guide.md
@@ -104,7 +104,7 @@ The steps below outline how to build official builds and publish to PYPI.
104
105
[pypi]
106
username = sqlcli
107
- password = <Get Password from Azure Key Vault>
+ password = <Get Password from Azure Key Vault> (https://sqltoolssecretstore.vault.azure.net/secrets/PYPI-AccountName-sqlcli/)
108
109
```
110
2. Set env var to indicate a official build:
0 commit comments