potiuk commented on issue #41937: URL: https://github.com/apache/airflow/issues/41937#issuecomment-2507821662
Yeah. the main thing is that the "RC" packages we keep in SVN do not have RC in version - as they can "eventually" when voted become final packages (we just move them to "release" SVN when they `graduate`). But we cannot upload them to PyPI - becuase PyPI packages are "immutable" - so we need to prepare the "pypi" version of the same RC. BTW. This RC variation MIGHT change in the future - PyPI team has two things they are working on: * https://peps.python.org/pep-0759/ PEP 759 – External Wheel Hosting - so we **might** be able to just upload metadata to PYPI and host our packages directly from SVN * (no Draft PEP yet - but there are discussions) - allow to have "staging" releases of packages - i.e. upload packages with pre-release versions as the "same" packages but not "finalize" them - immutability will come when the package is put in "released" staget -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
