@platforma-open/milaboratories.runenv-python-3
v1.0.0
Published
Python 3 run environments for Platforma
Downloads
351
Readme
Python run environment for Platforma Backend
This package is the catalogue of all supported versions of 'python' run environment.
Unlike most other software packages, it keeps entrypoints for all python versions published earlier.
As we do not maintain/build our own java, the version of this package is not bound to any specific version of python, but newer python version publications produce newer entrypoints in this package.
How to release new version of python run environment
- Update
package.json
:- Add new entrypoint for fresh version of python.
- Change version of python built by default in CI (
scripts
section inpackage.json
).
- Generate new entrypoint:
- Run
npx pl-pkg build descriptors --entrypoint=<new entrypoint name here>
- Commit new entrypoint descriptor generated in
dist
directory.
- Run
- Bump
<minor>
version part inpackage.json
.