.github/workflows/pypi-publish.yml: New#285
Merged
malb merged 3 commits intofplll:masterfrom Dec 8, 2024
Merged
Conversation
16 tasks
Contributor
Author
|
The wheels for 0.6.2 were built in https://github.com/fplll/fpylll/actions/runs/12211940430 When https://github.com/fplll/fpylll/actions/workflows/pypi-publish.yml prompts you for the workflow run id, enter 12211940430 |
Collaborator
|
Thanks. It seems there's a bug in release.yml though in that it produces some "dist/dist" file instead of "dist/fpylll-0.6.2.tar.gz" which PyPi expects. Do you see where it is? |
Collaborator
Contributor
Author
|
Let's try #286 |
Collaborator
|
No dice: |
Contributor
Author
|
where did this run? |
Contributor
Author
|
|
Collaborator
|
Doh! I'm so sorry for the noise. I kept pressing "re-run" but that of course re-ran that commit. Sorry! |
Contributor
Author
|
No worries. Glad it's working now! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This new workflow can be invoked manually. It downloads the distributions built by a run of
release.ymland uploads them to PyPI. @malb