Skip to content

Conversation

bittner
Copy link
Member

@bittner bittner commented Jul 21, 2025

Fixes a reference in the release workflow.

Description

The PyPI Publish Action emits a warning when gh-action-pypi-publish is used with master as a reference. The authors suggest to update to release/v1.

Motivation and Context

Background reading:

Screenshots

Example: (taken from django-analytical)

image

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

The Action emits a warning when gh-action-pypi-publish is used with `master` as a reference. The authors suggest to update to `release/v1`. See jazzband/django-analytical#241 (comment) and https://github.com/pypa/gh-action-pypi-publish?tab=readme-ov-file#-master-branch-sunset-
Copy link

codecov bot commented Jul 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.24%. Comparing base (e2bf17e) to head (fc3bddd).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #191      +/-   ##
==========================================
+ Coverage   97.22%   97.24%   +0.01%     
==========================================
  Files          24       25       +1     
  Lines         721      726       +5     
  Branches       56       30      -26     
==========================================
+ Hits          701      706       +5     
  Misses         14       14              
  Partials        6        6              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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