Skip to content

Conversation

@antoniojbt
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings July 31, 2025 20:02
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR creates a new GitHub Actions workflow for automated release creation on PyPI. The workflow is triggered by pushing version tags or creating releases in the GitHub UI.

Key Changes:

  • Adds automated release creation workflow triggered by version tags or GitHub releases
  • Configures the workflow to run on Ubuntu with checkout and release creation steps
  • Includes placeholder changelog content for release notes
Comments suppressed due to low confidence (2)

.github/workflows/release.yml:19

  • The action actions/create-release@v1 is deprecated. Use softprops/action-gh-release@v1 or the newer gh CLI commands instead for creating releases.
        uses: actions/create-release@v1

.github/workflows/release.yml:1

  • The workflow name mentions 'PyPI' but the workflow only creates GitHub releases, not PyPI packages. Consider renaming to 'Create GitHub Release' to avoid confusion.
name: Create Release PyPI

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@antoniojbt antoniojbt merged commit e47966f into master Jul 31, 2025
5 checks passed
@antoniojbt antoniojbt deleted the hook-pypi branch July 31, 2025 20:04
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