-
Notifications
You must be signed in to change notification settings - Fork 25
Upgrade GitHub Actions workflows #462
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
base: master
Are you sure you want to change the base?
Conversation
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.
branches: [ master ] | ||
branches: | ||
- master | ||
pull_request: |
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.
i dont really want to deploy the documentation on pull request; that's a weird pattern.
- name: Install dependencies | ||
run: poetry install --no-interaction | ||
|
||
- name: Build source and wheel archives | ||
run: | | ||
poetry version $(git describe --tags --abbrev=0) |
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.
So where does it get the version form now?
- name: Install dependencies | ||
run: poetry install --no-interaction | ||
|
||
- name: Build source and wheel archives | ||
run: | | ||
poetry version $(git describe --tags --abbrev=0) |
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.
So where does it get the version form now?
This PR upgrades the the GitHub Actions workflows in the repo to use the latest versions of various Actions, poetry configuration steps, documentation build and deployment, etc.
Required to address #406
docs/
have been added/updated if necessarymake test
has been run locallyIf you are proposing a change to the SSSOM metadata model, you must
examples/
see_also
field of the linkml modelsee_also
field of the linkml modeladded_in
annotation[Add a description, mentioning at least relevant #ISSUE and how it was addressed. A bulleted list of all changes performed by the PR is is helpful.]