chevah / pythia

Chevah's Python 3 distribution
MIT License
4 stars 2 forks source link

Package publication #9

Closed dumol closed 3 years ago

dumol commented 3 years ago

We need to find a way to publish them to http://binary.chevah.com/testing

Originally posted by @adiroiban in https://github.com/chevah/pythia/issues/5#issuecomment-727624935

adiroiban commented 3 years ago

My suggestion is to use a simple HTTP PUT or SFTP client to push the files from GitHub Actions infra

On our Binary site, we can install SFTPPlus server which an account that is restricted to only upload (add new files). That account can't delete and can't overwrite.

And I hope that in the future we will use the same process to publish the packages from our VPN buildslaves VM