File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change 22# https://github.com/zopefoundation/meta/tree/master/config/c-code
33[meta ]
44template = " c-code"
5- commit-id = " d3005188 "
5+ commit-id = " fc37b50c "
66
77[python ]
88with-appveyor = true
Original file line number Diff line number Diff line change 5353commands_pre =
5454commands =
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
You can’t perform that action at this time.
0 commit comments