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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: devops-intc-0.1.11.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.11.tar.gz
Algorithm Hash digest
SHA256 bfa0a1f201e27102150449742911cbc28184f5bf84d4e26ebdf80487bae325e2
MD5 819dd9adf30e80ff6872c3537c050b75
BLAKE2b-256 db02a565b439be90b193a312abc4a90a5a7cac11f54cab93e102603efc771731

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for devops_intc-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 ec71a3e1d9cafeb7c89fe7002a5e2335b28f0f08138d04553ef4bf0719658dc1
MD5 bda86c8d29bee689711b05db0d02d807
BLAKE2b-256 b7c6d0ff9c0c44bb724e476c4d4e45818424edaedd8ae6271f55ae6623e3fa55

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