Skip to content

Commit

Permalink
Update release.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 10, 2024
1 parent a5c1558 commit ee3b409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# release.mk version 2.2.2 (2024-10-09)
# release.mk version 2.2.3 (2024-10-10)
#
# Helpful Makefile rules for releasing Python packages.
# https://github.com/mgedmin/python-project-skel
Expand Down Expand Up @@ -79,7 +79,7 @@ endif

.PHONY: distcheck-sdist
distcheck-sdist: dist
pkg_and_version=`$(PYTHON) setup.py --name|tr .- _`-`$(PYTHON) setup.py --version` && \
pkg_and_version=`$(PYTHON) setup.py --name|tr A-Z.- a-z__`-`$(PYTHON) setup.py --version` && \
rm -rf tmp && \
mkdir tmp && \
$(VCS_EXPORT) && \
Expand Down

0 comments on commit ee3b409

Please sign in to comment.