File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -629,5 +629,5 @@ jobs:
629
629
with :
630
630
user : __token__
631
631
password : ${{ secrets.TWINE_PASSWORD }}
632
- skip-existing : true
633
- packages-dir : wheelhouse/
632
+ skip_existing : true
633
+ packages_dir : wheelhouse/
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ tox_env_map() {
42
42
# Compile wheels
43
43
for PYBIN in /opt/python/* /bin; do
44
44
if \
45
- [[ " ${PYBIN} " == * " cp313" * ]] || \
46
- [[ " ${PYBIN} " == * " cp311" * ]] || \
47
- [[ " ${PYBIN} " == * " cp312" * ]] || \
48
- [[ " ${PYBIN} " == * " cp37" * ]] || \
49
- [[ " ${PYBIN} " == * " cp38" * ]] || \
50
- [[ " ${PYBIN} " == * " cp39" * ]] || \
51
- [[ " ${PYBIN} " == * " cp310" * ]] ; then
52
- if [[ " ${PYBIN} " == * " cp313" * ]] ; then
45
+ [[ " ${PYBIN} " == * " cp313/ " * ]] || \
46
+ [[ " ${PYBIN} " == * " cp311/ " * ]] || \
47
+ [[ " ${PYBIN} " == * " cp312/ " * ]] || \
48
+ [[ " ${PYBIN} " == * " cp37/ " * ]] || \
49
+ [[ " ${PYBIN} " == * " cp38/ " * ]] || \
50
+ [[ " ${PYBIN} " == * " cp39/ " * ]] || \
51
+ [[ " ${PYBIN} " == * " cp310/ " * ]] ; then
52
+ if [[ " ${PYBIN} " == * " cp313/ " * ]] ; then
53
53
" ${PYBIN} /pip" install --pre -e /io/
54
54
" ${PYBIN} /pip" wheel /io/ --pre -w wheelhouse/
55
55
else
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 = " 761944d0 "
5
+ commit-id = " 7ec8131d "
6
6
7
7
[python ]
8
8
with-appveyor = true
You can’t perform that action at this time.
0 commit comments