Skip to content

Commit 4e26898

Browse files
committed
fix: copy pyproject.toml to docker
1 parent d5bceb1 commit 4e26898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV PATH="/home/linuxbrew/.linuxbrew/opt/python@3.13/libexec/bin:${PATH}" \
77
HOMEBREW_NO_ANALYTICS=1
88

99
COPY --chown=linuxbrew:linuxbrew homebrew_releaser homebrew_releaser
10-
COPY --chown=linuxbrew:linuxbrew setup.py setup.py
10+
COPY --chown=linuxbrew:linuxbrew pyproject.toml pyproject.toml
1111

1212
RUN brew install python@3.13 \
1313
&& python3 -m venv /home/linuxbrew/venv \

0 commit comments

Comments
 (0)