Skip to content

Commit

Permalink
Do not create wheels locally, it has to be done by GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 15, 2021
1 parent c5a137c commit e476ed1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .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 = "f9baadf16d8091d825297dc11596d4c736ffa908"
commit-id = "3cabefa1ea66c0536869c1e82ce5c94cdbff5f34"

[python]
with-appveyor = true
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
[bdist_wheel]
universal = 1

[zest.releaser]
create-wheel = no

[flake8]
doctests = 1

Expand Down

0 comments on commit e476ed1

Please sign in to comment.