Skip to content

Commit e79f6e3

Browse files
committed
attestations: Use latest released twine
1 parent 4986f64 commit e79f6e3

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ ENV PIP_ROOT_USER_ACTION ignore
1313
ENV PATH "/root/.local/bin:${PATH}"
1414
ENV PYTHONPATH "/root/.local/lib/python3.12/site-packages"
1515

16-
# NOTE: Temporary; to be removed once a new twine is released.
17-
RUN apt-get update && apt-get install -y git
18-
1916
COPY requirements requirements
2017
RUN \
2118
PIP_CONSTRAINT=requirements/runtime-prerequisites.txt \

requirements/runtime.in

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
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
52

63
# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
74
# as well as PEP 740 attestations.

requirements/runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ six==1.16.0
119119
# via python-dateutil
120120
tuf==4.0.0
121121
# via sigstore
122-
twine @ git+https://github.com/pypa/twine@5d17a43dec622d6f4fc490937baad3db4b9a8e29
122+
twine==5.1.0
123123
# via -r runtime.in
124124
typing-extensions==4.10.0
125125
# via

0 commit comments

Comments
 (0)