certifi / certifi.io

Public website for the Certifi Project.
http://certifi.io
58 stars 5 forks source link

Update Workflow #2

Closed kennethreitz closed 7 years ago

kennethreitz commented 10 years ago
Lukasa commented 10 years ago

Some other things that need work:

kennethreitz commented 10 years ago

Will need a Heroku app with both Python and Go available. Should be trivial with the multibuildpack, but if not, we can just run this stuff locally and use autoenv.

Let's use boto's standard environment variables (obviously).

Lukasa commented 10 years ago

Why do we need Go?

kennethreitz commented 10 years ago

For the converter binary. Oh, I can actually just use a post_compile script to download the builds you made. :)

Lukasa commented 10 years ago

=) Hooray for Go's statically linked binaries!

kennethreitz commented 7 years ago

think it's safe to close this