Skip to content

Commit

Permalink
Tell zest.releaser not to upload wheels, just the sdist. [skip ci]
Browse files Browse the repository at this point in the history
wheels are taken care of by CI and this makes sure local compiler options don't infect PyPI binaries.
  • Loading branch information
jamadden committed Jan 13, 2021
1 parent 7d9f7e8 commit e2112fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
@@ -1,2 +1,3 @@
[zest.releaser]
python-file-with-version = src/greenlet/__init__.py
create-wheel = no

0 comments on commit e2112fc

Please sign in to comment.