https://github.com/zoranpandovski/testypy
https://github.com/zoranpandovski/testypy
python3 testpypi
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zoranpandovski/testypy
- Owner: ZoranPandovski
- License: mit
- Created: 2019-11-28T12:54:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T14:03:39.000Z (over 5 years ago)
- Last Synced: 2025-01-23T12:47:09.230Z (4 months ago)
- Topics: python3, testpypi
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :warning: Testypy
:beginner: :construction: Simple repository for testing TestPyPi publishings. :construction: :beginner:
## Release new version to TestPyPI
```
python setup.py sdist
twine upload -r pypitest dist/testypy-0.1.2.tar.gz
```## Install latest version
```
pip install -i https://test.pypi.org/simple/ testypy
```