Skip to main content

Testing PyPi

Project description

personal.soda480.devops.test-pypi

devops-intc

Build Docker Image

docker image build -t pypi-test:latest .

Run Docker Container

docker container run --rm -it -v $PWD:/code pypi-test:latest bash

Build Package

python setup.py sdist bdist_wheel

Publish Package

Publish to TestPyPi

export TWINE_USERNAME=__token__
export TWINE_PASSWORD=TOKEN
python -m twine upload --repository testpypi dist/*

Publish to PyPi

export TWINE_USERNAME=__token__
export TWINE_PASSWORD=TOKEN
python -m twine upload dist/*

Install Package

Install from TestPyPi

pip install -i https://test.pypi.org/simple/ devops-intc

Install from PyPi

pip install devops-intc

Test Package

say-hello

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

devops-intc-0.1.15.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

devops_intc-0.1.15-py3-none-any.whl (2.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page