Skip to content

Fix pypi token regex

Zach Rice requested to merge limit-pypi-token into master

What does this MR do?

This MR fixes a bug caused by the pypi token that was recently added which contained a character limit {0,3000}. Golang regexp package only supports length limits up to 1000.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports