Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Twine to publish wheels #510

Merged
merged 3 commits into from
Feb 28, 2025
Merged

Use Twine to publish wheels #510

merged 3 commits into from
Feb 28, 2025

Conversation

philomath213
Copy link
Member

@philomath213 philomath213 commented Feb 27, 2025

Description

Fix publish_wheels workflow by using twine to publish wheels instead of gh-action-pypi-publish Action.
The current workflow was failing because gh-action-pypi-publish Action works on Linux runners only (details).

Affected Dependencies

None

How has this been tested?

I have tested the new workflow in a fork repository, the results can be found here.

Checklist

@philomath213 philomath213 added the Build Related to the build of the package label Feb 27, 2025
@philomath213 philomath213 changed the title Use Twine to publish Use Twine to publish wheels Feb 27, 2025
@philomath213 philomath213 merged commit 29eb3d6 into main Feb 28, 2025
32 of 34 checks passed
@philomath213 philomath213 deleted the pypi_publish branch February 28, 2025 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Related to the build of the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant