-
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
Use latest minor version of pypi upload action #11
Merged
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 1 1
Lines 5 5
=====================================
Misses 5 5 ☔ View full report in Codecov by Sentry. |
Leaving debugging info/justification for this change here for future reference: looks like the URL change to upload.pypi.org/legacy was fixed in the action from 1.8.1. |
alessandrofelder
added a commit
to neuroinformatics-unit/actions
that referenced
this pull request
Feb 1, 2024
7 tasks
niksirbi
pushed a commit
to neuroinformatics-unit/actions
that referenced
this pull request
Feb 1, 2024
* Update pypi publishing action to latest patch See - brainglobe/brainglobe-template-builder#11 - brainglobe/brainglobe-template-builder#12 * bump pypi action version to 1.8.11 in example workflow
niksirbi
added a commit
to neuroinformatics-unit/actions
that referenced
this pull request
Feb 1, 2024
* Bump action versions in upload_pypi * Update example_test_and_deploy.yml with new upload action versions * pin specific version of pypa upload action * Update pypi publishing action to latest patch (#39) * Update pypi publishing action to latest patch See - brainglobe/brainglobe-template-builder#11 - brainglobe/brainglobe-template-builder#12 * bump pypi action version to 1.8.11 in example workflow --------- Co-authored-by: Alessandro Felder <[email protected]>
niksirbi
added a commit
that referenced
this pull request
Aug 15, 2024
* Update actions/download-artifact to v4 (#10) * Update actions/download-artifact to v4 * Bumped pypa/gh-action-pypi-publish to v1.8.0 * Use latest minor version of pypi upload action (#11) * pin specific patch version for pypi upload action (#12) * reuse pypi upload action (#13) * Update pypi_upload step in workflow * pass secret PyPI upload key as input to upload_pypi step * use v2 for all reusable NIU actions including the update upload_pypi one. * run CI on both types of Mac (#16) * run CI on both types of Mac * Fix link in readme * [pre-commit.ci] pre-commit autoupdate (#18) updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.5.0](astral-sh/ruff-pre-commit@v0.0.292...v0.5.0) - [github.com/psf/black: 23.9.1 → 24.4.2](psf/black@23.9.1...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.10.1](pre-commit/mirrors-mypy@v1.5.1...v1.10.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Add a standardised contact section to the readme * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.0...v0.5.6) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](pre-commit/mirrors-mypy@v1.10.1...v1.11.1) * move toml to 3.12 * move actions to 3.12 --------- Co-authored-by: viktorpm <[email protected]> Co-authored-by: Niko Sirmpilatze <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Adam Tyson <[email protected]>
alessandrofelder
pushed a commit
that referenced
this pull request
Aug 15, 2024
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.
use 1.8 instead of 1.8.0