Skip to content

Commit

Permalink
improve help message
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <[email protected]>
  • Loading branch information
touma-I committed Sep 29, 2024
1 parent 6ed5ffc commit e74298b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion transforms/packaging/.make.packaging
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ is-patch:
mv tt.toml pyproject.toml; \
fi

#####################################################
# to build a patched release, use make IS_PATCH=1 src
#####################################################
src:
mkdir src
make requirements
Expand All @@ -65,14 +68,15 @@ src:
rm -fr dist ; \
rm -fr build ; \
done;
@# Help: Setup src folder and remove old distribution
@# Help: Setup src folder and remove old distribution. to setup for a patched release use: make IS_PATCH=1 $@


build:: build-dist

publish:: publish-dist

build-dist:: src .defaults.build-dist
@# Help: build the distribution for publishing to pypi. to build a patch release (no .devN) use: make IS_PATCH=1 $@

publish-dist:: .defaults.publish-dist

Expand Down

0 comments on commit e74298b

Please sign in to comment.