Skip to content

ci: PyPI release workflow — publish on v* tag#6

Merged
FaustoS88 merged 1 commit intomainfrom
feat/pypi-release
Mar 14, 2026
Merged

ci: PyPI release workflow — publish on v* tag#6
FaustoS88 merged 1 commit intomainfrom
feat/pypi-release

Conversation

@FaustoS88
Copy link
Copy Markdown
Owner

Adds .github/workflows/release.yml:

  • Triggers on any tag matching v*
  • Builds sdist + wheel with python -m build
  • Publishes to PyPI using pypa/gh-action-pypi-publish with PYPI_API_TOKEN secret

Also adds build>=1.0 to dev dependencies and bumps [0.1.0] date in CHANGELOG.

Before tagging: add PYPI_API_TOKEN to repo Settings → Secrets → Actions.

@FaustoS88 FaustoS88 merged commit 6d18424 into main Mar 14, 2026
4 checks passed
@FaustoS88 FaustoS88 deleted the feat/pypi-release branch March 14, 2026 09:54
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.

1 participant