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
In helpers/functions.sh, a BUILDER_PYTHON_SRC_VERSION was added as a dirty hack to build RPMS from pre-release python packages. However, we should ensure that we have a variable that is set to the right version for the source sdist based on PEP 440. The functions.sh file already has a list of what the output should be.
The text was updated successfully, but these errors were encountered:
In
helpers/functions.sh
, aBUILDER_PYTHON_SRC_VERSION
was added as a dirty hack to build RPMS from pre-release python packages. However, we should ensure that we have a variable that is set to the right version for the source sdist based on PEP 440. Thefunctions.sh
file already has a list of what the output should be.The text was updated successfully, but these errors were encountered: