Skip to content

Commit

Permalink
Re-add AppVeyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jul 15, 2021
1 parent 930cde8 commit e1b4b57
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@ additional-rules = [
"recursive-include docs *.bat",
"recursive-include src *.h",
]

[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/+rvJKg8B5GMGIxd1bg9UDShk28EhfPQFKI9zy7kzygdgj0XuaK619sLe3s4B08bIJaIUAThxEvWq13IvdLb5Oyk8B9qubd+NnDiNuw8WCGy4owYnbl+61fUVVKJIf1ETQyGDooYrEuBo798/+ycQbilTpmncAHZb2KyZkmA210fcWr7OhwmlRtC4IiW7GPCaxU6qhzLlP5pnS2Tl+yy/qx2DiW2fKWqUqynrb1ZMsk6ygN4qV72glTY6wV0eYboAGlghrws1x5+Z10Yug==",
]
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/c-code
environment:
# 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/+rvJKg8B5GMGIxd1bg9UDShk28EhfPQFKI9zy7kzygdgj0XuaK619sLe3s4B08bIJaIUAThxEvWq13IvdLb5Oyk8B9qubd+NnDiNuw8WCGy4owYnbl+61fUVVKJIf1ETQyGDooYrEuBo798/+ycQbilTpmncAHZb2KyZkmA210fcWr7OhwmlRtC4IiW7GPCaxU6qhzLlP5pnS2Tl+yy/qx2DiW2fKWqUqynrb1ZMsk6ygN4qV72glTY6wV0eYboAGlghrws1x5+Z10Yug==

matrix:
- python: 27
Expand Down

0 comments on commit e1b4b57

Please sign in to comment.