Skip to content

Conversation

@szokeasaurusrex
Copy link
Member

Until Sentry CLI's PyPI upload limit is increased, releases to PyPI may fail, as we are one or two releases away from hitting the limit.

Once the limit is increased, we can revert this commit and re-enable PyPI releases.

@szokeasaurusrex szokeasaurusrex requested a review from a team as a code owner August 1, 2025 11:56
@szokeasaurusrex szokeasaurusrex requested review from antonpirker and loewenheim and removed request for antonpirker August 1, 2025 11:56
cursor[bot]

This comment was marked as outdated.

Until [Sentry CLI's PyPI upload limit is increased](pypi/support#7043), releases to PyPI may fail, as we are one or two releases away from hitting the limit.

Once the limit is increased, we can revert this commit and re-enable PyPI releases.
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/disable-python-releases branch from fcfec35 to a327e39 Compare August 1, 2025 14:04
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Bug: Stale Artifact References in Craft Configuration

Craft's requireNames section in .craft.yml still lists sentry_cli-.*.tar.gz files, but the Python packaging jobs (e.g., python-base) that produce them have been removed from the build workflow. This mismatch will cause the release process to fail due to missing required artifacts.

.craft.yml#L116-L117

sentry-cli/.craft.yml

Lines 116 to 117 in a327e39

- /^sentry-cli-Windows-aarch64.exe$/
- /^sentry_cli-.*.tar.gz$/

Fix in Cursor Fix in Web

@szokeasaurusrex szokeasaurusrex merged commit 8e54ea4 into master Aug 1, 2025
31 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/disable-python-releases branch August 1, 2025 14:42
szokeasaurusrex added a commit that referenced this pull request Aug 7, 2025
We missed this in #2668. I am honestly not quite sure where the .tar.gz is generated, but it appears to be generated by the Python build process that we removed – [we can see it here on the PyPI page](https://pypi.org/project/sentry-cli/#files).

Co-authored-by: daniel.szoke <daniel.szoke@sentry.io>
szokeasaurusrex added a commit that referenced this pull request Aug 7, 2025
We missed this in #2668. I am honestly not quite sure where the .tar.gz
is generated, but it appears to be generated by the Python build process
that we removed – [we can see it here on the PyPI
page](https://pypi.org/project/sentry-cli/#files).

Co-authored-by: daniel.szoke <daniel.szoke@sentry.io>

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
szokeasaurusrex added a commit that referenced this pull request Oct 3, 2025
szokeasaurusrex added a commit that referenced this pull request Oct 3, 2025
Revert the changes from #2668 and #2680 to re-enable PyPI releases, as
our [project limit has been
increased](pypi/support#7043)
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.

3 participants