Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip deploy workflow when PyPI token is not defined in GitHub secrets #147

Merged
merged 15 commits into from
May 10, 2024

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    2782d3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    667a70f View commit details
    Browse the repository at this point in the history
  3. Skip deploy job if Pypi token is not defined

    Use intermediary job as secrets cannot be directly referenced in `if:`
    conditionals; see https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#using-secrets-in-a-workflow
    Ndpnt committed May 9, 2024
    Configuration menu
    Copy the full SHA
    7afe300 View commit details
    Browse the repository at this point in the history
  4. Update deprecated syntax

    Ndpnt committed May 9, 2024
    Configuration menu
    Copy the full SHA
    661329a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    695050a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9eb3c68 View commit details
    Browse the repository at this point in the history
  7. Add changelog entry

    Ndpnt committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2bf4777 View commit details
    Browse the repository at this point in the history
  8. Update version

    Ndpnt committed May 9, 2024
    Configuration menu
    Copy the full SHA
    42d4e9d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Improve wording

    Co-authored-by: Matti Schneider <matti@openfisca.org>
    Ndpnt and MattiSG committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e751b8b View commit details
    Browse the repository at this point in the history
  2. Remove redundant instructions

    Co-authored-by: Matti Schneider <matti@openfisca.org>
    Ndpnt and MattiSG committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ff314a5 View commit details
    Browse the repository at this point in the history
  3. Unify bash multiline

    Ndpnt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    69286d8 View commit details
    Browse the repository at this point in the history
  4. Add comment

    Ndpnt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f90bf28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb310dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    269240f View commit details
    Browse the repository at this point in the history
  7. Remove whitespaces

    Ndpnt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0af37a7 View commit details
    Browse the repository at this point in the history