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
Release history Release notifications | RSS feed
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)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | d273274cd392a2672a423108393fdcc1eb7f537ce0d098ec6e5cefac2306c113 |
|
MD5 | c9c49b0495a0f37f61ac12b7539ccb72 |
|
BLAKE2b-256 | ee0c5893bc21cad7e255860808fbbe992edf6097ec6c9fba9818073d427431f9 |
File details
Details for the file devops_intc-0.1.15-py3-none-any.whl
.
File metadata
- Download URL: devops_intc-0.1.15-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ed1ee479f7118d2ff924ca58f6858a3e352eba7fc48c2cfb79a5a208fda637f |
|
MD5 | 2f324ad5b1392891f8d24a020a12194d |
|
BLAKE2b-256 | 32e3a36b9b364a8b6a2478b6518c1991aa77ec89f300a3205222e0beb4d118f3 |