A public event is needed after main has been updated and the version number has been moved#1199
Draft
sei-vsarvepalli wants to merge 13 commits into
Draft
A public event is needed after main has been updated and the version number has been moved#1199sei-vsarvepalli wants to merge 13 commits into
sei-vsarvepalli wants to merge 13 commits into
Conversation
Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.3 to 9.1.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
no need uv steps here. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a GitHub Actions workflow for building and publishing the package to PyPI, and updates the
pyproject.tomlconfiguration to support asrc-based project layout. These changes improve the project's packaging and release process, ensuring that distributions are built and published in a consistent, automated manner.CI/CD: PyPI Publishing Workflow
.github/workflows/pypi_publish.ymlto automate building and publishing the package to PyPI when a tag starting with20is pushed. The workflow usesuvfor building distributions and securely uploads artifacts and publishes them to PyPI.Packaging Configuration
pyproject.tomlto use asrc-based layout by specifyingpackage-dir = {"" = "src"}and changing thewhereparameter to["src"]for package discovery. This ensures that only packages under thesrcdirectory are included in builds.Version Numbering
The new version numbering will remove
vin the beginning so the new version on the website will should like2026.6.221553