https://github.com/tarilabs/packaging_tutorial
https://github.com/tarilabs/packaging_tutorial
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarilabs/packaging_tutorial
- Owner: tarilabs
- License: apache-2.0
- Created: 2024-02-09T17:27:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-09T17:27:49.000Z (over 1 year ago)
- Last Synced: 2025-02-12T04:16:55.639Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Package
checked with:
```
poetry config repositories.test-pypi https://test.pypi.org/legacy/
poetry config pypi-token.test-pypi pypi-XXXXXXXXXXXX
poetry publish -r test-pypi
```