Skip to content

PyPi Upload fix#160

Merged
jamescrake-merani merged 2 commits into
masterfrom
pypi-part2
Aug 19, 2025
Merged

PyPi Upload fix#160
jamescrake-merani merged 2 commits into
masterfrom
pypi-part2

Conversation

@krzywon
Copy link
Copy Markdown
Collaborator

@krzywon krzywon commented Aug 18, 2025

The PyPi uploads were looking for the wrong file names. This should fix that issue, and extends the wheel creation beyond ubuntu.

Copy link
Copy Markdown

@codescene-delta-analysis codescene-delta-analysis Bot left a comment

Choose a reason for hiding this comment

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

No application code in the PR — skipped Code Health checks.

See analysis details in CodeScene

Quality Gate Profile: The Bare Minimum
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.


env:
BUILD_WHEEL: ${{ (matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12') && 'true' || '' }}
BUILD_WHEEL: ${{ matrix.python-version == '3.12' && 'true' || '' }}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Out of interest, what does this && 'true' do? Seems a bit odd, but I don't know much about GitHub CI, and I can see it was present in the original code.

@jamescrake-merani jamescrake-merani merged commit d198159 into master Aug 19, 2025
23 checks passed
@jamescrake-merani jamescrake-merani deleted the pypi-part2 branch August 19, 2025 07:59
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