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

Commit dc90562

Browse files
committed
Merge branch 'lockfiles' of https://github.com/DiamondLightSource/python3-pip-skeleton into test-lockfiles
2 parents 59cd0f6 + aab985f commit dc90562

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ dist/
44
.tox
55
.venv*
66
venv*
7-
.pre-commit-config.yaml
8-
.vscode

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,3 @@ venv*
6767
# further build artifacts
6868
lockfiles/
6969

70-

Dockerfile

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

0 commit comments

Comments
 (0)