Skip to content

Instantly share code, notes, and snippets.

@JenZhao
Last active October 24, 2017 18:08
Show Gist options
  • Save JenZhao/5e0f4d52b4ddc842a3961b627ffdf4db to your computer and use it in GitHub Desktop.
Save JenZhao/5e0f4d52b4ddc842a3961b627ffdf4db to your computer and use it in GitHub Desktop.
Install Package Cloud on Ubuntu and Push Package to Package Cloud
sudo apt-get install ruby-full
gem update --system
sudo gem install rake
sudo gem install package_cloud
make_wheel:
python setup.py bdist_wheel --universal
package_cloud push vevo/common/python ./dist/`ls dist`
container_make_wheel:
docker build --build-arg pc_config='${PC_CONFIG}' \
-t vevo/vevoml-build .
docker run -it --entrypoint make vevo/vevoml-build make_wheel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment