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.6.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.1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 27, 2024

  1. DOC: Update action commit SHA to the 0.6.0 tag (#94)

    * For stability provide the commit SHA that corresponds to the 0.6.0
      tag for users to pin to.
    matthewfeickert authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e5087b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. FIX: Use $GITHUB_ACTION_PATH to locate pixi.lock for downstream users (

    …#96)
    
    * As the GitHub Action is being used in other workflows, it does not know the
      local file paths and so to have prefix-dev/setup-pixi find the lock file and
      'pixi run' know where `upload_wheels.sh` is, the environmental variable
      'GITHUB_ACTION_PATH' is used through the '${{ github.action_path }}' context.
       - c.f. https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables
    MridulS authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    40829e9 View commit details
    Browse the repository at this point in the history
  2. MNT: Update project version to v0.6.1 (#97)

    * Update project version metadata from v0.6.0 to v0.6.1.
    matthewfeickert authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e079997 View commit details
    Browse the repository at this point in the history
  3. MAINT: Need to be explicit with action path while using pixi run too (#…

    …98)
    
    * Provide '--manifest-path' option to 'pixi run' to ensure the environment is properly activated.
    
          --manifest-path <MANIFEST_PATH>
              The path to 'pixi.toml' or 'pyproject.toml'
    MridulS authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    82396a2 View commit details
    Browse the repository at this point in the history
Loading