The documentation gives this example for the .gcspypirc file : `repository: my-org-pypi` Using this syntax gives an error message since the correct syntax seems to use an equal sign and not a colon, like this : `repository=my-org-pypi`
The documentation gives this example for the .gcspypirc file :
repository: my-org-pypiUsing this syntax gives an error message since the correct syntax seems to use an equal sign and not a colon, like this :
repository=my-org-pypi