-
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.6.1
head repository: scientific-python/upload-nightly-action
compare: 0.6.2
- 17 commits
- 8 files changed
- 3 contributors
Commits on Sep 30, 2024
-
DOC: Update action commit SHA to the 0.6.1 tag (#99)
* For stability provide the commit SHA that corresponds to the 0.6.1 tag for users to pin to.
Configuration menu - View commit details
-
Copy full SHA for 513d82a - Browse repository at this point
Copy the full SHA 513d82aView commit details -
CI: Use a non-default path to run the upload action (#100)
* Don't rely on the action's '$GITHUB_ACTION_PATH' variable being the current directory during testing.
Configuration menu - View commit details
-
Copy full SHA for 9d888d2 - Browse repository at this point
Copy the full SHA 9d888d2View commit details -
CI: Use 'uv tool run' for build and twine (#101)
* Use the astral-sh/setup-uv GitHub Action to setup the latest uv. - This GitHub Action can be left unpinned as it should be updated regularly. * Use 'uv tool run --from build pyproject-build' to run build as the PyPI project name is 'build' but the executable it provides is named 'pyproject-build'. * Use 'uv tool run twine' to run twine. * c.f. https://docs.astral.sh/uv/reference/cli/#uv-tool-run
Configuration menu - View commit details
-
Copy full SHA for 459d161 - Browse repository at this point
Copy the full SHA 459d161View commit details -
Build(deps): Bump actions/checkout in the actions group (#103)
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.7 to 4.2.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7627ab4 - Browse repository at this point
Copy the full SHA 7627ab4View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 591d26c - Browse repository at this point
Copy the full SHA 591d26cView commit details -
CI: Use pixi for all stages of testing (#102)
* Use pixi to provide the runtime environment for removal of the test-package from the scientific-python-nightly-wheels channel. * Use prefix-dev/setup-pixi to setup pixi with no environment created. - Use 'run-install: false' to setup pixi with no install. * Use 'pixi exec --spec' to create a temporary pixi environment with anaconda-client installed for the 'anaconda remove' command. $ pixi exec --help Run a command in a temporary environment Usage: pixi exec [OPTIONS] [COMMAND]... Arguments: [COMMAND]... The executable to run Options: -s, --spec <SPECS> Matchspecs of packages to install. If this is not provided, the package is guessed from the command
Configuration menu - View commit details
-
Copy full SHA for 920fb59 - Browse repository at this point
Copy the full SHA 920fb59View commit details
Commits on Oct 8, 2024
-
Build(deps): Bump the actions group with 3 updates (#107)
Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `actions/checkout` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...eef6144) Updates `astral-sh/setup-uv` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@023eb78...c9aa747) Updates `mamba-org/setup-micromamba` from 1.9.0 to 2.0.0 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@f8b8a1e...617811f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3864fac - Browse repository at this point
Copy the full SHA 3864facView commit details
Commits on Oct 15, 2024
-
Build(deps): Bump astral-sh/setup-uv in the actions group (#108)
Bumps the actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 3.1.4 to 3.1.6 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@c9aa747...f731690) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d296150 - Browse repository at this point
Copy the full SHA d296150View commit details
Commits on Oct 22, 2024
-
Build(deps): Bump astral-sh/setup-uv in the actions group (#109)
Bumps the actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 3.1.6 to 3.1.7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@f731690...f3bcaeb) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dbe0cec - Browse repository at this point
Copy the full SHA dbe0cecView commit details
Commits on Oct 28, 2024
-
Build(deps): Bump the actions group with 3 updates (#113)
Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `actions/checkout` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@eef6144...11bd719) Updates `actions/setup-python` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@f677139...0b93645) Updates `astral-sh/setup-uv` from 3.1.7 to 3.2.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@f3bcaeb...3b9817b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 075f05d - Browse repository at this point
Copy the full SHA 075f05dView commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3eda6b5 - Browse repository at this point
Copy the full SHA 3eda6b5View commit details
Commits on Dec 2, 2024
-
Build(deps): Bump the actions group with 2 updates (#115)
Bumps the actions group with 2 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `astral-sh/setup-uv` from 3.2.0 to 4.2.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@3b9817b...38f3f10) Updates `mamba-org/setup-micromamba` from 2.0.0 to 2.0.2 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@617811f...06375d8) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c7296da - Browse repository at this point
Copy the full SHA c7296daView commit details -
DOC: Clarify service is Anaconda.org (#116)
* Martin Durant has pointed out that Anaconda.org credentials are needed, not Anaconda Cloud credentials.
Configuration menu - View commit details
-
Copy full SHA for c7f3f25 - Browse repository at this point
Copy the full SHA c7f3f25View commit details
Commits on Jan 6, 2025
-
Build(deps): Bump the actions group with 2 updates (#118)
Bumps the actions group with 2 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `astral-sh/setup-uv` from 4.2.0 to 5.1.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@38f3f10...887a942) Updates `mamba-org/setup-micromamba` from 2.0.2 to 2.0.3 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@06375d8...068f1ab) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a715c4f - Browse repository at this point
Copy the full SHA a715c4fView commit details
Commits on Feb 2, 2025
-
Build(deps): Bump the actions group with 3 updates (#121)
Bumps the actions group with 3 updates: [actions/setup-python](https://github.com/actions/setup-python), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `actions/setup-python` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@0b93645...4237552) Updates `astral-sh/setup-uv` from 5.1.0 to 5.2.2 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@887a942...4db9619) Updates `mamba-org/setup-micromamba` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@068f1ab...0dea637) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 07ba11e - Browse repository at this point
Copy the full SHA 07ba11eView commit details
Commits on Mar 1, 2025
-
Build(deps): Bump the actions group with 2 updates (#122)
Bumps the actions group with 2 updates: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `prefix-dev/setup-pixi` from 0.8.1 to 0.8.3 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@ba3bb36...9281528) Updates `astral-sh/setup-uv` from 5.2.2 to 5.3.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@4db9619...f94ec6b) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7093839 - Browse repository at this point
Copy the full SHA 7093839View commit details
Commits on Mar 28, 2025
-
MNT: Update to anaconda-client v1.13.0 and project version v0.6.2 (#126)
* Update to Python 3.13 and anaconda-client v1.13.0. - c.f. https://github.com/anaconda/anaconda-client/releases/tag/1.13.0 * Update project version to v0.6.2.
Configuration menu - View commit details
-
Copy full SHA for b36e8c0 - Browse repository at this point
Copy the full SHA b36e8c0View 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.6.1...0.6.2