Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 0e9c7e1

Browse files
committed
add check for dirty repo when building wheel
1 parent 7b0423d commit 0e9c7e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ WORKDIR /project
2222
# make the wheel outside of the venv so 'build' does not dirty requirements.txt
2323
RUN pip install --upgrade pip build && \
2424
export SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct) && \
25+
git diff && \
2526
python -m build && \
2627
touch requirements.txt
2728

0 commit comments

Comments
 (0)