Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scientific-python/upload-nightly-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.1
Choose a base ref
...
head repository: scientific-python/upload-nightly-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.2
Choose a head ref
  • 17 commits
  • 8 files changed
  • 3 contributors

Commits on Sep 30, 2024

  1. 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.
    matthewfeickert authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    513d82a View commit details
    Browse the repository at this point in the history
  2. 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.
    matthewfeickert authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9d888d2 View commit details
    Browse the repository at this point in the history
  3. 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
    matthewfeickert authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    459d161 View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7627ab4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    591d26c View commit details
    Browse the repository at this point in the history
  2. 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
    matthewfeickert authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    920fb59 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. 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>
    dependabot[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3864fac View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. 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>
    dependabot[bot] authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d296150 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. 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>
    dependabot[bot] authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    dbe0cec View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. 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>
    dependabot[bot] authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    075f05d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    3eda6b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. 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>
    dependabot[bot] authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c7296da View commit details
    Browse the repository at this point in the history
  2. DOC: Clarify service is Anaconda.org (#116)

    * Martin Durant has pointed out that Anaconda.org credentials are needed,
      not Anaconda Cloud credentials.
    matthewfeickert authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c7f3f25 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. 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>
    dependabot[bot] authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    a715c4f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. 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>
    dependabot[bot] authored Feb 2, 2025
    Configuration menu
    Copy the full SHA
    07ba11e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. 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>
    dependabot[bot] authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    7093839 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. 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.
    matthewfeickert authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    b36e8c0 View commit details
    Browse the repository at this point in the history
Loading