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

Commit bb4572a

Browse files
committed
Merge branch 'lockfiles' of https://github.com/DiamondLightSource/python3-pip-skeleton into test-lockfiles
2 parents 1970602 + c38a25e commit bb4572a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ dist/
44
.tox
55
.venv*
66
venv*
7-
.devcontainer.json
87
.pre-commit-config.yaml
98
.vscode
10-
README.rst

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +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-
python -m build --sdist --wheel && \
26+
python -m build && \
2727
touch requirements.txt
2828

2929
# set up a virtual environment and put it in PATH

0 commit comments

Comments
 (0)