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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: devops-intc-0.1.14.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.14.tar.gz
Algorithm Hash digest
SHA256 3ab1b7e4112f7aa442e25871cd12a1dffe74ac1cf9306986ebd97ddbf21a8842
MD5 3e15efc717182f87ea20ae2703fedd40
BLAKE2b-256 d9058e66d9d34f2d1bf6e0bc54fb794084a4b94c246ca853bf86a11f95ff881e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for devops_intc-0.1.14-py3-none-any.whl
Algorithm Hash digest
SHA256 a0015585964fc1de9af1e5dba8419e4632b218745fcb2053b45155dd1da32ce6
MD5 8ce058391f300c3ca3d22fb11b27bb2a
BLAKE2b-256 eebf06006c5a8a0b3d9707ed013631f7aa5827e9274af93100b04bfa9638dfcd

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