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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: devops-intc-0.1.15.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.15.tar.gz
Algorithm Hash digest
SHA256 d273274cd392a2672a423108393fdcc1eb7f537ce0d098ec6e5cefac2306c113
MD5 c9c49b0495a0f37f61ac12b7539ccb72
BLAKE2b-256 ee0c5893bc21cad7e255860808fbbe992edf6097ec6c9fba9818073d427431f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for devops_intc-0.1.15-py3-none-any.whl
Algorithm Hash digest
SHA256 4ed1ee479f7118d2ff924ca58f6858a3e352eba7fc48c2cfb79a5a208fda637f
MD5 2f324ad5b1392891f8d24a020a12194d
BLAKE2b-256 32e3a36b9b364a8b6a2478b6518c1991aa77ec89f300a3205222e0beb4d118f3

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