-
Notifications
You must be signed in to change notification settings - Fork 94
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
Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 #5413
Merged
MetRonnie
merged 1 commit into
master
from
dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.1
Mar 21, 2023
Merged
Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 #5413
MetRonnie
merged 1 commit into
master
from
dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.1
Mar 21, 2023
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
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.7.1 to 1.8.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.7.1...v1.8.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
oliver-sanders
approved these changes
Mar 21, 2023
wxtim
added a commit
to wxtim/cylc
that referenced
this pull request
Apr 14, 2023
* Convert old clock triggers to wall_clock xtriggers. * Fix test. * Update change log. * tests/f: fix job-submission/03 * bump version * deps: remove aiofiles * Aiofiles is a simple wrapper for a thread pool executor. We don't need a 3rd party library to do this for us. * Closes cylc#5306 * Update cylc/flow/__init__.py * Revert "Update cylc/flow/__init__.py" This reverts commit d40bdc1. * fix to make setup.cfg work with setuptools v67.0.0 * Use different version strings for isodatatime for python 3.7 * Update setup.cfg Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> * id: pass tokens objects between interfaces * Change `TaskProxy.tokens` to hold the absolute ID rather than the relative ID to make the object useful in more situations. * Refactor the data_store_mgr interfaces to accept `Tokens` instances rather than raw inputs (e.g. cycle_point, task_name, etc). * This avoids doing `Tokens(str(tokens))` when passing context into the data store interfaces. * deps: loosen pyzmq dependency * The ZMTP protocol provides robust forward & backward compatibility from libzmq version 3.2.2 onwards. * Since this is the minimum version compatible with pyzmq, we can safely loosen this version coupling. * For more information see the rationale in cylc#5311 (comment) * Closes cylc#5272 * Closes cylc#5311 * Unblocks cylc/cylc-uiserver#411 * Update README.md * Quick fix for mypy * remove issue templates * Defaults can now be centrally configured in https://github.com/cylc/.github * workflow_files: move clean functionality into its own module * `cylc clean` has outgrown the workflow_files module somewhat. * workflow_files: move install functionality into its own module * remove pull request template * update CONTRIBUTING * add missing import * Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.6.4 to 1.7.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.6.4...v1.7.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 (cylc#5413) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.7.1 to 1.8.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.7.1...v1.8.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * remote: add note about sys.exit behaviour (cylc#5393) * Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.1 to 1.8.3. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.1...v1.8.3) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * vr: add --yes option * tui: add vr command * add instruction to report critical traceback * CLI: short option changes * Rename `-n` for `--no-detach` to `-N`. This removes the conflict with `--workflow-name` allowing the option to be used in `cylc vip`. * Add `-r` as a short option for `--run-name`. * efficiency: pass tokens instances to get_broadcast * This saves some unnecessary tokenise/detokenise operations * Update cylc/flow/scheduler.py * Update cylc/flow/tui/data.py * Update cylc/flow/broadcast_mgr.py Co-authored-by: Tim Pillinger <26465611+wxtim@users.noreply.github.com> * Apply suggestions from code review [skip ci] Co-authored-by: Oliver Sanders <oliver.sanders@metoffice.gov.uk> * Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.4 (cylc#5446) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.3 to 1.8.4. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.3...v1.8.4) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.4 to 1.8.5. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.4...v1.8.5) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Improve documentation for retrieve job logs command * Update cylc/flow/cfgspec/globalcfg.py * fix a typo in document * actions: add build test * Stop Cylc Reinstall modifying global variables This caused the same variable to be added multiple times causing errors from clashing options. * validate-reinstall: don't print reload message * The reload message is not applicable when using `cylc vr` because it does it for you. * Closes cylc#5344 * play: preserve colour formatting when detaching * Closes cylc#5159 * Upload coverage to Codecov in separate job (cylc#5459) GH Actions: upload coverage to Codecov in separate job - Reduces how hard we hit Codecov API - Allows easy re-attempt to upload - remove unnecessary step on MacOS --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Hilary Oliver <hilary.j.oliver@gmail.com> Co-authored-by: Oliver Sanders <oliver.sanders@metoffice.gov.uk> Co-authored-by: Melanie Hall <37735232+datamel@users.noreply.github.com> Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dpmatthews <david.matthews@metoffice.gov.uk> Co-authored-by: Cheng Da <cheng.da@nasa.gov>
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.
Bumps pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1.
Release notes
Sourced from pypa/gh-action-pypi-publish's releases.
Commits
a3a3baf
🐛 Merge PR #131 from into unstable/v1d5417dc
🐛Correct default upload URL8ef2b3d
Merge PR #123 into unstable/v12b46bad
OIDC beta supportDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)