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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for devops-intc-0.1.12.tar.gz
Algorithm Hash digest
SHA256 74fe0dc68fa52f1ecbd4db05f833f3d3736699a544103475ba77fa0fe7845a16
MD5 2edef4901da7872c1b95e5ab7938021b
BLAKE2b-256 ce59ee8b28c78ed86cf157f0648dbae16fc1c1695d2183c59f74588d322e6f08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for devops_intc-0.1.12-py3-none-any.whl
Algorithm Hash digest
SHA256 aa65014de16b4f25f0308b8d0e8498ff28cc7862538feca47fbd69448e97e842
MD5 da1d34f3c401732e06c48b2bf36a7213
BLAKE2b-256 63e7728d577a7efede18c484b0e7dc42a2c6c048488f61357a18675799b90afd

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