Thanks to visit codestin.com
Credit goes to github.com

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.5.0
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.0
Choose a head ref
  • 12 commits
  • 15 files changed
  • 3 contributors

Commits on Feb 23, 2024

  1. 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.
    matthewfeickert authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    50053b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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

Commits on Apr 9, 2024

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

Commits on Apr 17, 2024

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

Commits on Jun 6, 2024

  1. Using hashes for all actions (#81)

    * Use full commit SHAs for all GitHub actions as described in SPEC 8.
    bsipocz authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    39001e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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

Commits on Jul 15, 2024

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

Commits on Aug 28, 2024

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

Commits on Sep 3, 2024

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

Commits on Sep 27, 2024

  1. 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.
    matthewfeickert authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    08dac10 View commit details
    Browse the repository at this point in the history
  2. 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.
    matthewfeickert authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    cb54b9a View commit details
    Browse the repository at this point in the history
  3. MNT: Update project version to v0.6.0 (#93)

    * Update project version metadata from v0.5.0 to v0.6.0.
    matthewfeickert authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ccf29c8 View commit details
    Browse the repository at this point in the history
Loading