-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update deployment for OIDC #45
Conversation
Trusted publishers have been set. |
🤦🏽 why is py3.12 being called here - is compatible python not work? |
There we go, that's CI fixed - I'm not sure how I feel about this properly, but maybe this is the best approach. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating to trusted publishers and the 3.12 hack.
@@ -35,6 +36,8 @@ jobs: | |||
|
|||
- id: get-compatible-python | |||
uses: MDAnalysis/mdanalysis-compatible-python@main | |||
with: | |||
release: "latest" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's the current py 3.12 hack... MDAnalysis/cookiecutter-mdakit#93
Towards: MDAnalysis/mdanalysis#4326
PR Checklist