-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: scientific-python/upload-nightly-action
base: 0.5.0
head repository: scientific-python/upload-nightly-action
compare: 0.6.0
- 12 commits
- 15 files changed
- 3 contributors
Commits on Feb 23, 2024
-
DOC: Update action commit SHA to the 0.5.0 tag (#69)
* For stability provide the commit SHA that corresponds to the 0.5.0 tag for users to pin to.
Configuration menu - View commit details
-
Copy full SHA for 50053b3 - Browse repository at this point
Copy the full SHA 50053b3View commit details
Commits on Mar 1, 2024
-
ci: Require upload dates to be valid to schedule package for removal (#…
…74) * To guard against invalid dates being viewed as being older than the removal threshold date first check that the upload date is YYYY-MM-DD formatted. If not, warn in the logs and skip the offending package.
Configuration menu - View commit details
-
Copy full SHA for 535c72c - Browse repository at this point
Copy the full SHA 535c72cView commit details
Commits on Apr 9, 2024
-
Build(deps): Bump peaceiris/actions-gh-pages in the actions group (#78)
Bumps the actions group with 1 update: [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages). Updates `peaceiris/actions-gh-pages` from 3.9.3 to 4.0.0 - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@373f7f2...4f9cc66) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 377d52e - Browse repository at this point
Copy the full SHA 377d52eView commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a5d8097 - Browse repository at this point
Copy the full SHA a5d8097View commit details
Commits on Jun 6, 2024
-
Using hashes for all actions (#81)
* Use full commit SHAs for all GitHub actions as described in SPEC 8.
Configuration menu - View commit details
-
Copy full SHA for 39001e5 - Browse repository at this point
Copy the full SHA 39001e5View commit details
Commits on Jun 17, 2024
-
Build(deps): Bump actions/checkout in the actions group (#83)
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.6 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a5ac7e5...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b4731a0 - Browse repository at this point
Copy the full SHA b4731a0View commit details
Commits on Jul 15, 2024
-
Build(deps): Bump actions/setup-python in the actions group (#86)
Bumps the actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.1.0 to 5.1.1 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@82c7e63...39cd149) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cb172cd - Browse repository at this point
Copy the full SHA cb172cdView commit details
Commits on Aug 28, 2024
-
docs: Correct token url to user account (#88)
* Users of the action should generate an access token from their own Anaconda Cloud account, not from the Scientific Python organisation's account.
Configuration menu - View commit details
-
Copy full SHA for a4a4ff8 - Browse repository at this point
Copy the full SHA a4a4ff8View commit details
Commits on Sep 3, 2024
-
Build(deps): Bump actions/setup-python in the actions group (#89)
Bumps the actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.1.1 to 5.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@39cd149...f677139) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b3d150d - Browse repository at this point
Copy the full SHA b3d150dView commit details
Commits on Sep 27, 2024
-
TST: Use hatchling as build backend for test project (#92)
* As the test project does not need any part of setuptools specific infrastructure, use hatchling as the build backend.
Configuration menu - View commit details
-
Copy full SHA for 08dac10 - Browse repository at this point
Copy the full SHA 08dac10View commit details -
ENH: Use pixi to run action as composite (#91)
* ENH: Use pixi to run action as composite * Use pixi to manage the environment fully, which removes the needs for micromamba and a Linux container, allowing the action to be run as a 'composite' action. - This allows the action to be used on macOS runners in addition to Linux. - Add pixi project configuration and pixi lock file. - Add 'osx-64' and 'osx-arm64' platforms to pixi environment solves to allow for use on Linux and macOS runners. - Use prefix-dev/setup-pixi GitHub action to setup pixi for the action. - Explicitly enable the 'locked' option for prefix-dev/setup-pixi. - Don't allow for post job cleanup to avoid errors if the action is run multiple times in a workflow (this is a downside of no longer being in a Linux container). - Note: GitHub Actions takes care of cleaning up the environment after each run, so you are not responsible for manually unsetting all environment variables between steps to avoid secret leakage. - Make cmd.sh executable (chmod +x). * Remove use of micromamba in the upload script. * Remove the conda-lock files and the Docker based locking workflow. * Remove Dockerfile. * Note in the README that the runner used can be either Linux or macOS. * Update version numbers of action to v0.5.0. * MNT: Rename script to 'upload_wheels.sh' * As the script is no longer the CMD of a Linux container but is now a standalone Bash script, having a more descriptive name is preferable.
Configuration menu - View commit details
-
Copy full SHA for cb54b9a - Browse repository at this point
Copy the full SHA cb54b9aView commit details -
MNT: Update project version to v0.6.0 (#93)
* Update project version metadata from v0.5.0 to v0.6.0.
Configuration menu - View commit details
-
Copy full SHA for ccf29c8 - Browse repository at this point
Copy the full SHA ccf29c8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.5.0...0.6.0