Update readme about ci job

This commit is contained in:
Erik Gomez
2020-06-19 15:14:51 -05:00
parent 07d45c5f35
commit 301132a5e5
+3
View File
@@ -84,6 +84,9 @@ Tools that should work when using the "Opinionated Flavor":
# Updating packages
This should be done in a clean virtual environment. After every Python package install, you can run `pip freeze | xargs pip uninstall -y` to cleanup the environment.
# CI Job
To update the certificate, run `base64 -i /path/to/certificate.p12 -o base64string` and import that into the github secrets store and update the password secret as well.
# Credits
These packages are created with two other open source tools:
- [relocatable-python](https://github.com/gregneagle/relocatable-python)