Skip to content

Commit

Permalink
Added ${PROJ_INFO} as a Makefile target, to fix single-sourced versio…
Browse files Browse the repository at this point in the history
…ning.
capn-freako committed Jun 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 1b79d6a commit 4f48510
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -27,6 +27,10 @@ check:
${VER_FILE}: ${PROJ_INFO}
${PYTHON_EXEC} -m ${VER_GETTER} ${PROJ_NAME} $@

${PROJ_INFO}: ${PROJ_FILE}
${PYTHON_EXEC} -m build
${PYTHON_EXEC} -m pip install -e .

tox:
TOX_SKIP_ENV="${TOX_SKIP_ENV}" ${TOX_EXEC} -m test

0 comments on commit 4f48510

Please sign in to comment.