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.9.tar.gz (1.8 kB view details)

Uploaded Source

Built Distribution

devops_intc-0.1.9-py3-none-any.whl (2.2 kB view details)

Uploaded Python 3

File details

Details for the file devops-intc-0.1.9.tar.gz.

File metadata

  • Download URL: devops-intc-0.1.9.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for devops-intc-0.1.9.tar.gz
Algorithm Hash digest
SHA256 359d42ed2666fb9339c6f071234bd033a61946725d00068e2272b3c823949b58
MD5 8b1ccf1bf68017c6dadf7432b9b4e32b
BLAKE2b-256 9fda390ecf946169e005940562b5b17479cc9d26ccdaad72e858592ed8f9144f

See more details on using hashes here.

File details

Details for the file devops_intc-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: devops_intc-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 2.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for devops_intc-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 00a757aac14ad2ec7d79e91129675c9df9ce299e8141869b7d4d101213d1fe11
MD5 851f36054a94078aabda7a03d335f7a3
BLAKE2b-256 5df7a0521285d4fecd6b65f609b630403611d283a36753c7f82e9fc98525deb0

See more details on using hashes here.

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