Skip to content

Set of common libraries used by the celery workers

License

Notifications You must be signed in to change notification settings

seasidesparrow/ADSPipelineUtils

 
 

Repository files navigation

Build Status Coverage Status

ADSPipelineUtils

Set of common libraries used by the celery workers.

Releasing new version to pypi

When a new release is ready, it should be uploaded to pypi. First, try the test environment:

python3 -m venv ./venv
source venv/bin/activate
pip install --upgrade setuptools wheel
rm -rf dist/
python3 setup.py sdist
python3 setup.py bdist_wheel --universal
pip install --upgrade twine
twine upload --repository-url https://test.pypi.org/legacy/ dist/*

Verify the testing pypi repository and if everything looks good, you can proceed to upload to the official repository:

twine upload dist/*

About

Set of common libraries used by the celery workers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%