Skip to content

mcopley08/python-code-artifact-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hottest Python Package in Town

Just a demonstration how to use AWS CodeArtifact for deploying private Python packages.

See medium.com/@rare for a full blown hot text 🔥.

Install some dependencies:

pip install wheel twine

This python package is super hot and can do incredible stuff.

python setup.py test
python setup.py sdist bdist_wheel

Push to AWS CodeArtifact

aws codeartifact login --tool twine --domain rare --repository coding
twine upload --repository codeartifact dist/*

About

Just a demonstration how you can use the hot new AWS service CodeArtifact to manage your private Python packages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%