Skip to content

tinyplugins/rotoger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rotoger

environment variables

ROTOGER_LOG_PATH = "./logs" ROTGER_MAX_BYTES = 10485760 ROTOGER_BACKUP_COUNT = 5


Build & Publish to PyPI

This project uses uv for building and publishing.

Prerequisites

1. Build the package

uv build

This will produce both a source distribution (.tar.gz) and a wheel (.whl) in the dist/ directory.

2. Publish to PyPI

uv publish

uv publish will prompt for your credentials. You can also provide a PyPI API token via the environment variable:

UV_PUBLISH_TOKEN=pypi-<your-token> uv publish

3. Publish to TestPyPI (optional)

Use TestPyPI to verify the package before releasing to the real index:

uv publish --publish-url https://test.pypi.org/legacy/ --token pypi-<your-test-token>

Versioning

Bump the version field in pyproject.toml before each release:

[project]
version = "x.y.z"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages