Update CI and CD to py3.13 and remove cache action#322
Merged
agoscinski merged 3 commits intomasterfrom May 1, 2025
Merged
Conversation
8dd5972 to
286cc70
Compare
Contributor
Author
|
I added the last commit to do a dry run to testpypi, see result https://github.com/aiidateam/plumpy/actions/runs/14759813724. I think the token is not valid for test pypi that is why it fails at the very end. But the rest passes. I will remove this last commit once approved. |
286cc70 to
b2a1631
Compare
agoscinski
commented
Apr 30, 2025
.github/workflows/cd.yml
Outdated
| env: | ||
| FLIT_USERNAME: __token__ | ||
| FLIT_PASSWORD: ${{ secrets.PYPI_KEY }} | ||
| FLIT_INDEX_URL: https://test.pypi.org/legacy/ |
Contributor
Author
There was a problem hiding this comment.
this change will be removed before merge
src/plumpy/__init__.py
Outdated
| # -*- coding: utf-8 -*- | ||
| # mypy: disable-error-code=name-defined | ||
| __version__ = '0.25.0' | ||
| __version__ = '0.25.0rc0' |
Contributor
Author
There was a problem hiding this comment.
this change will be removed before merge
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.
The CD is super outdated. I removed the caching since we don't seem to use it anymore in the CI which works.