QDax
QDax copied to clipboard
Publication Package Pypi
This PR:
-
updates and completes the
setup.py
-
adds CI actions to:
-
try to push the package to test-pypi (with the correct version). This should only be triggered on
release/**
branches (inside pull requests). If the same version has already been pushed, this step will be skipped. -
push the package to pypi: only when a tag is pushed on
main
branch. the tag mush be of the formvX.X.X
-
To test an installation of the package, you can run the following command:
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple qdax==0.0.2a1
Codecov Report
Merging #54 (0a7b33a) into develop (f43659d) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #54 +/- ##
========================================
Coverage 89.49% 89.49%
========================================
Files 66 66
Lines 3864 3864
========================================
Hits 3458 3458
Misses 406 406
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f43659d...0a7b33a. Read the comment docs.