Skip to content

Commit

Permalink
Require cffi from meta/config (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac authored Apr 24, 2024
1 parent c90f3b5 commit b36eeef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ jobs:
if: matrix.python-version != '3.13.0-alpha - 3.13.0'
run: |
pip install -U pip
pip install -U setuptools wheel twine cffi
pip install -U setuptools wheel twine
pip install cffi
- name: Build persistent (macOS x86_64, Python 3.8+)
if: >
Expand Down
18 changes: 3 additions & 15 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "e6285cce"
commit-id = "133f57d5"

[python]
with-appveyor = true
Expand Down Expand Up @@ -46,17 +46,5 @@ additional-ignores = [
"docs/_build/html/_sources/api/*",
]

[appveyor]
global-env-vars = [
"# Currently the builds use @mgedmin's Appveyor account. The PyPI token belongs",
"# to zope.wheelbuilder, which is managed by @mgedmin and @dataflake.",
"",
"global:",
" TWINE_USERNAME: __token__",
" TWINE_PASSWORD:",
" secure: aoZC/+rvJKg8B5GMGIxd1WN5nlr8JpHkzvR9PeQFNDJjz6AQ4dSfbdAxcUzjgusof0wqc7W2m4XhdWQdXVPQ8D62xeizEEG/ONwTczHdE6dfl87VZ23egxbGmsQtcf/Rxa1jvEsHAFAYFMGndArmZ3slMSeQCwEfc/blpNlVi7VcLYcCbKqh9q41DPhIuq3HcLypdocMu9aooDzwqia69n1e7ZkFpBnQu53YxZhuFQmzoY2pBJAM3uI4+6yrH3wUw9QF0ySzrgpgN9oLE2RVUg==",
]
install-steps = [
"- pip install cffi",
"- pip install -U -e .[test]",
]
[c-code]
require-cffi = true

0 comments on commit b36eeef

Please sign in to comment.