File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,6 @@ jobs:
140
140
# or even RC release, see https://github.com/python-cffi/cffi/issues/23
141
141
echo "cffi @ git+https://github.com/python-cffi/cffi.git@954cab4f889fb019a7f90df153ee1be501495f58" > cffi_constraint.txt
142
142
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"
145
143
- name : Install Build Dependencies
146
144
if : matrix.python-version != '3.13.0-alpha - 3.13.0'
147
145
run : |
@@ -308,7 +306,7 @@ jobs:
308
306
# Unzip into src/ so that testrunner can find the .so files
309
307
# when we ask it to load tests from that directory. This
310
308
# might also save some build time?
311
- unzip -n dist/zope.index -*whl -d src
309
+ unzip -n dist/AccessControl -*whl -d src
312
310
# Use "--pre" here because dependencies with support for this future
313
311
# Python release may only be available as pre-releases
314
312
PIP_CONSTRAINT=cffi_constraint.txt pip install --pre -U -e .[test]
Original file line number Diff line number Diff line change 2
2
# https://github.com/zopefoundation/meta/tree/master/config/c-code
3
3
[meta ]
4
4
template = " c-code"
5
- commit-id = " d3005188 "
5
+ commit-id = " fc37b50c "
6
6
7
7
[python ]
8
8
with-appveyor = true
Original file line number Diff line number Diff line change 53
53
commands_pre =
54
54
commands =
55
55
check-manifest
56
- check-python-versions
56
+ check-python-versions --only setup.py,tox.ini,.github/workflows/tests.yml
57
57
python -m build --sdist --no-isolation
58
58
twine check dist/*
59
59
You can’t perform that action at this time.
0 commit comments