File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 - name : 🛎️ Checkout
3737 uses : actions/checkout@v4
3838
39+ - name : 🚀 Install just
40+ uses : extractions/setup-just@v2
41+
3942 - name : 🏗️ Build distribution
4043 run : uv build
4144
Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ serve-docs:
5151
5252# --------------------------------------------------
5353# Publishing
54- publish VERSION_TAG :
55- # Use it like: make publish VERSION_TAG =0.0.1
54+ publish new_version :
55+ # just publish new_version =0.0.1
5656 # The __version__ variable in src/ml3_drift/__init__.py must be updated manually as of now.
5757 # The build tool retrieves it from there.
5858 # We'll fix this soon :)
59- git tag -a v{{ VERSION_TAG }} -m " Release v{{ VERSION_TAG }} "
60- git push origin v{{ VERSION_TAG }}
59+ git tag -a v{{ new_version }} -m " Release v{{ new_version }} "
60+ git push origin v{{ new_version }}
You can’t perform that action at this time.
0 commit comments