8000 Comparing v3...v4 · pdm-project/setup-pdm · GitHub
[go: up one dir, main page]

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: pdm-project/setup-pdm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3
Choose a base ref
...
head repository: pdm-project/setup-pdm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4
Choose a head ref
  • 15 commits
  • 17 files changed
  • 8 contributors

Commits on Sep 6, 2023

  1. doc: move the configuration to its own section

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0b61a6c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. feat(node): update dependencies and build to target Node 20 (#46)

    * build(node): update dependencies and build to target Node 20 and remove the build deprecation warning annotations
    
    * ci: trigger build on pull requests
    noirbizarre authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f94bfb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b6ba52 View commit details
    Browse the repository at this point in the history
  3. feat: support python-version-file input

    * feat: support python-version-file input
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix: build esm
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix: commonjs
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4882716 View commit details
    Browse the repository at this point in the history
  4. fix: update README

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1a0fea8 View commit details
    Browse the repository at this point in the history
  5. fix: version resolution when only version file is present

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d4d1a77 View commit details
    Browse the repository at this point in the history
  6. doc: update readme

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c050bdc View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. doc: Update 'Why do I need this action?' section of README (#49)

    * Update 'Why do I need this action?' section of README
    
    * Update README.md
    pofl authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    327261f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. feat: Explicitly exit the process to not wait for hanging promises (#51)

    * Explicitly exit the process to not wait for hanging promises
    
    As with other actions like setup-node, I'm seeing 2-4 minute delays in post cache actions lately. Apparently this is because of a change in node behavior: ruby/setup-ruby#543 (comment)
    
    The fix, as with other actions, is to explicitly exit so as not to wait for hanging promises.
    
    * transpiled
    kamatsuoka authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7d10bd0 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on Jul 3, 2024

  1. feat(cache): Distinguish architectures of caches (#58)

    Signed-off-by: ❤是纱雾酱哟~ <49941141+Dragon1573@users.noreply.github.com>
    Dragon1573 authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    176c044 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. feat: add ability to restore cache by exact match (#60)

    Signed-off-by: szymonmaszke <github@maszke.co>
    szymonmaszke authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2f3a9be View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. fix: set python version first (#65)

    * fix: set python version first
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix: drop 3.8 and add 3.13
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix: update pdm.lock
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b2472ca View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. fix: use correct libgcc for arm64 (#68)

    Signed-off-by: Firas Cheaib <firascheaib@gmail.com>
    firsou authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    deb8d8a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Configuration menu
    Copy the full SHA
    94a8231 View commit details
    Browse the repository at this point in the history
Loading
0