You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A PYPI_PASSWORD environment variable was set in CircleCI (I have deleted it). I believe this belongs to @AmoghJohri and needs to be changed immediately. In the future, we should use tokens, and this can be done by setting TWINE_USER to __token__ and TWINE_PASSWORD to a token that is scoped to this one package only. The twine tool will automatically pick these up.
What version of the bids app were you using?
No response
Describe your problem in detail.
CircleCI has alerted everyone to cycle credentials stored in their environment variables: https://circleci.com/blog/january-4-2023-security-alert/
A PYPI_PASSWORD environment variable was set in CircleCI (I have deleted it). I believe this belongs to @AmoghJohri and needs to be changed immediately. In the future, we should use tokens, and this can be done by setting
TWINE_USER
to__token__
andTWINE_PASSWORD
to a token that is scoped to this one package only. The twine tool will automatically pick these up.See https://pypi.org/help/#apitoken for additional guidance.
What command did you run?
No response
Describe what you expected.
No response
The text was updated successfully, but these errors were encountered: