-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Add GHA release workflow #3122
Closed
Closed
Add GHA release workflow #3122
Conversation
This file contains 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
…ssions-control Extract EIA923 emissions control table and add 2022 final release dat…
Sort DBs Fly Datasette; don't distribute Datasette's metadata.yml
… via cli flag (#2895) This introduces `--dagster-workers` flag for both `pudl_etl` and `ferc_to_sqlite` scripts. Based on the value, we will either use number of multiprocess workers equal to available CPUs (default), single in-process worker (1) or number of multiprocess workers capped by arbitrary positive number. This doesn't change default behavior, which is to use number of multiprocess dagster workers equal to number of available CPUs.
Improve flexibility for publishing options Merging this in today so we can see how it goes with tonight's build, and so I can integrate the changes with #3086.
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1 to 2. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@v1...v2) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…actions/dev/actions/checkout-4 Bump actions/checkout from 3 to 4
…actions/dev/google-github-actions/auth-2 Bump google-github-actions/auth from 1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 5.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4.0.0...v5.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.5.0 to 3.0.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v2.5.0...v3.0.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…actions/dev/docker/build-push-action-5.1.0 Bump docker/build-push-action from 4.0.0 to 5.1.0
…actions/dev/docker/setup-buildx-action-3.0.0 Bump docker/setup-buildx-action from 2.5.0 to 3.0.0
…actions/dev/docker/login-action-3.0.0 Bump docker/login-action from 2.1.0 to 3.0.0
* Hide diffs in lock files by default. * Add mypy as a test for lockfile diff visibility. pudl-bot, do your thing! * Update conda-lock.yml and rendered conda environment files. * Revert "Add mypy as a test for lockfile diff visibility. pudl-bot, do your thing!" This reverts commit e7a8e82. * Update conda-lock.yml and rendered conda environment files. --------- Co-authored-by: jdangerx <[email protected]>
zaneselvans
added
the
release
Tasks directly related to data and software releases.
label
Dec 5, 2023
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.
PR Overview
Add a GitHub Actions Workflow that will coordinate the production of data & software releases, whenever a date-style version tag starting with
v20
is pushed. We need to create GitHub releases to trigger the Zenodo software archiving, and may or may not want to push the same release to PyPI for consistency.Other workflows can be set to kick off
on: release
or with the same tagging criteria, to:PR Checklist
dev
).