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: abatilo/actions-poetry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: abatilo/actions-poetry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 8 commits
  • 4 files changed
  • 6 contributors

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    68f3b1e View commit details
    Browse the repository at this point in the history
  2. Add poetry version 1.3.1 to ci matrix (#58)

    Co-authored-by: Aaron Batilo <AaronBatilo@gmail.com>
    jennydaman and abatilo authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    df9b14c View commit details
    Browse the repository at this point in the history
  3. Upgrade to ubuntu-20.04 (#59)

    Deprecation notice: actions/runner-images#6002
    
    Co-authored-by: Aaron Batilo <AaronBatilo@gmail.com>
    jennydaman and abatilo authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    8a269b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. feat: by default use the latest poetry version (#62)

    * by default install the latest poetry version
    
    * 'poetry-version' input is not required anymore
    
    * added test install case for the 'latest' version
    
    * move if expression above run statement
    mammo0 authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    192395c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. docs: caching venv (#65)

    * refactor(readme): split markdown contents based on ponctuation to ease doc maintenance
    
    * doc(readme): add workflow example which caches the virtual environment
    lucsorel authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    437d4fa View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. feat: Add ability to install plugins as part of the action setup (#66)

    * Use latest SemVer PR
    
    * Drop EOL Python 3.7. Use more modern Poetry versions in tests
    
    * Update examples
    
    * Add ability to install plugins and install export plugin by default
    
    * Do not install any plugins by default
    
    * Only run steps if some plugins are specified
    xSAVIKx authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    a5643c6 View commit details
    Browse the repository at this point in the history
  2. ci: Create catch-all GHA job (#67)

    This will make it so that I can make the success of ci-all be the
    required step for branch protection rules. That way, if the combination
    of versions of Python and OS change, then I don't have to change the
    branch protection rules themselves.
    abatilo authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    c31426b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. feat!: use pipx to isolate poetry (#63)

    * use pipx to isolate poetry
    
    * Update action.yml
    
    * fix syntax error
    
    * trigger build
    
    * Update action.yml
    NargiT authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    7b6d33e View commit details
    Browse the repository at this point in the history
Loading