Skip to content

Add PyPI publish workflow#246

Merged
smirnovlad merged 1 commit into
mainfrom
ci/pypi-publish-workflow
Apr 9, 2026
Merged

Add PyPI publish workflow#246
smirnovlad merged 1 commit into
mainfrom
ci/pypi-publish-workflow

Conversation

@smirnovlad

Copy link
Copy Markdown
Collaborator

Adds GitHub Actions workflow to auto-publish to PyPI on release (same approach as lm-polygraph).

  • Triggers on release: published
  • Replaces version in pyproject.toml from git tag (strips v prefix)
  • Builds sdist + wheel, uploads via PYPI_API_TOKEN secret

Usage: Create a GitHub Release with tag v0.1.0 → package is built and published automatically.

Triggers on GitHub Release, replaces version in pyproject.toml
from tag name, builds and uploads to PyPI using PYPI_API_TOKEN secret.
@smirnovlad smirnovlad merged commit 1524cde into main Apr 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants