Skip to content

Conversation

@jpn--
Copy link
Member

@jpn-- jpn-- commented Nov 3, 2025

This pull request adds a new GitHub Actions workflow for automated releases to PyPI. The workflow is triggered by pushing a tag that starts with v and includes steps for building, smoke testing, and publishing the package using the uv tool.

Release automation:

  • Added .github/workflows/release.yml to automate publishing to PyPI when a version tag is pushed. The workflow checks out the code, installs dependencies, builds the package, runs smoke tests on both wheel and source distributions, and publishes the release.

jpn-- added 3 commits November 2, 2025 22:16
This smoke test checks if the populationsim module is available and prints a success message.
@jpn-- jpn-- merged commit cc22d25 into master Nov 3, 2025
4 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