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.6.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file devops-intc-0.1.6.tar.gz
.
File metadata
- Download URL: devops-intc-0.1.6.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 847ef6c6ef877f187e7b6140520ced09f8b76abeca43b645b9e57f81a744c658 |
|
MD5 | 1259433d75027f585f95267898ebfb9f |
|
BLAKE2b-256 | 61ae566c6a86109f114bfd98aa6d9d6f49b257d9eae7aa21bf6f1777b87ce2ac |
File details
Details for the file devops_intc-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: devops_intc-0.1.6-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8d81bc449d15b77fa0c9ade1f9d2f771316dfcfcc6c7193eb496d75bb26c60b |
|
MD5 | 1dc28a211c354b8466fff6b364255929 |
|
BLAKE2b-256 | a7c649f58e1c6b4862dd22511252f31df1765c2de02510356de73f7d0bf14850 |