Skip to content

Commit d1dfff5

Browse files
committed
Update to twine 5.0
1 parent ec3d5ac commit d1dfff5

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Diff for: .github/workflows/tests.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ jobs:
140140
# or even RC release, see https://github.com/python-cffi/cffi/issues/23
141141
echo "cffi @ git+https://github.com/python-cffi/cffi.git@954cab4f889fb019a7f90df153ee1be501495f58" > cffi_constraint.txt
142142
PIP_CONSTRAINT=cffi_constraint.txt pip install cffi
143-
# twine has no release for 3.13, yet, see https://github.com/pypa/twine/issues/1030
144-
pip install -U "git+https://github.com/pypa/twine.git#egg=twine"
145143
- name: Install Build Dependencies
146144
if: matrix.python-version != '3.13.0-alpha - 3.13.0'
147145
run: |
@@ -308,7 +306,7 @@ jobs:
308306
# Unzip into src/ so that testrunner can find the .so files
309307
# when we ask it to load tests from that directory. This
310308
# might also save some build time?
311-
unzip -n dist/zope.index-*whl -d src
309+
unzip -n dist/AccessControl-*whl -d src
312310
# Use "--pre" here because dependencies with support for this future
313311
# Python release may only be available as pre-releases
314312
PIP_CONSTRAINT=cffi_constraint.txt pip install --pre -U -e .[test]

Diff for: .meta.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/zopefoundation/meta/tree/master/config/c-code
33
[meta]
44
template = "c-code"
5-
commit-id = "d3005188"
5+
commit-id = "fc37b50c"
66

77
[python]
88
with-appveyor = true

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ deps =
5353
commands_pre =
5454
commands =
5555
check-manifest
56-
check-python-versions
56+
check-python-versions --only setup.py,tox.ini,.github/workflows/tests.yml
5757
python -m build --sdist --no-isolation
5858
twine check dist/*
5959

0 commit comments

Comments
 (0)