File tree 3 files changed +2
-8
lines changed 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ ENV PIP_ROOT_USER_ACTION ignore
13
13
ENV PATH "/root/.local/bin:${PATH}"
14
14
ENV PYTHONPATH "/root/.local/lib/python3.12/site-packages"
15
15
16
- # NOTE: Temporary; to be removed once a new twine is released.
17
- RUN apt-get update && apt-get install -y git
18
-
19
16
COPY requirements requirements
20
17
RUN \
21
18
PIP_CONSTRAINT=requirements/runtime-prerequisites.txt \
Original file line number Diff line number Diff line change 1
- # NOTE: Temporarily pulling directly from GitHub for the attestations feature,
2
- # which is not yet released.
3
- # See: https://github.com/pypa/twine/issues/1094
4
- twine @ git+https://github.com/pypa/twine@5d17a43dec622d6f4fc490937baad3db4b9a8e29
1
+ twine
5
2
6
3
# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
7
4
# as well as PEP 740 attestations.
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ six==1.16.0
119
119
# via python-dateutil
120
120
tuf==4.0.0
121
121
# via sigstore
122
- twine @ git+https://github.com/pypa/twine@5d17a43dec622d6f4fc490937baad3db4b9a8e29
122
+ twine==5.1.0
123
123
# via -r runtime.in
124
124
typing-extensions==4.10.0
125
125
# via
You can’t perform that action at this time.
0 commit comments