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

Commits on Feb 21, 2024

  1. DOC: Update action commit SHA to the 0.4.0 tag (#66)

    * For stability provide the commit SHA that corresponds to the 0.4.0
      tag for users to pin to.
    matthewfeickert authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2c7042c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. ENH: Update to anaconda-client v1.12.3 and simplify dependencies (#67)

    * ENH: Update to anaconda-client v1.12.3 and simplify dependencies
    
    * As anaconda-client v1.12.3 adds the fixes needed for
      scientific-python/upload-nightly-action v0.4.0 upstream, updating to
      this version allows for reverting the logic added
      in scientific-python/upload-nightly-action v0.4.0 and removing curl and jq
      as required dependencies.
       - c.f. https://github.com/scientific-python/upload-nightly-action/releases/tag/0.4.0
    * Revert logic from fix in scientific-python/upload-nightly-action v0.4.0.
    * Update Python to 3.12.
    * Rebuild the lock file for the updated environment.
    
    * CI: Update anaconda-client and python in all workflows
    
    * Update anaconda-client to v1.12.3.
    * Update Python to v3.12.
    matthewfeickert authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b67d7fc View commit details
    Browse the repository at this point in the history
Loading