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

Publish package #50

Merged
merged 34 commits into from
Oct 27, 2023
Merged

Publish package #50

merged 34 commits into from
Oct 27, 2023

Commits on Oct 25, 2023

  1. use setuptools_scm

    This allows us to read the version from the current git tag instead of having it hardcoded in some file.
    fnberta committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d62e33a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18b4c85 View commit details
    Browse the repository at this point in the history
  3. adjust manifest

    We use setuptools_scm now which includes everything under version control.
    fnberta committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    280254e View commit details
    Browse the repository at this point in the history
  4. update changelog

    fnberta committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    99af5b3 View commit details
    Browse the repository at this point in the history
  5. sort alphabetically

    fnberta committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    093b1ec View commit details
    Browse the repository at this point in the history
  6. Be more specific

    fnberta committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a9ddaaf View commit details
    Browse the repository at this point in the history
  7. Fix headers

    fnberta committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    6c06743 View commit details
    Browse the repository at this point in the history
  8. Add note about publishing

    fnberta committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f62091f View commit details
    Browse the repository at this point in the history
  9. Fix package names

    fnberta committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b9191ed View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. publish to test pypi for now

    fnberta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2a5684f View commit details
    Browse the repository at this point in the history
  2. Fix package name

    fnberta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6968ef2 View commit details
    Browse the repository at this point in the history
  3. Add workflow dispatch trigger

    fnberta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4177c3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d41f6ca View commit details
    Browse the repository at this point in the history
  5. Use correct env variable

    fnberta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    758c230 View commit details
    Browse the repository at this point in the history
  6. Echo chosen version

    fnberta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    944fb67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54c4ad1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f29df97 View commit details
    Browse the repository at this point in the history
  9. Update publishing guidelines

    fnberta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1a6ca74 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    26631ee View commit details
    Browse the repository at this point in the history
  11. Adjust naming

    fnberta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    94b7800 View commit details
    Browse the repository at this point in the history
  12. Add step to push the tag

    fnberta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3e459ed View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    66bcd9f View commit details
    Browse the repository at this point in the history
  14. Revert "Listen to push event to register workflow"

    This reverts commit 66bcd9f.
    fnberta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0830ab0 View commit details
    Browse the repository at this point in the history
  15. Set version as env variable

    fnberta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f6c3032 View commit details
    Browse the repository at this point in the history
  16. Inline

    fnberta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5065034 View commit details
    Browse the repository at this point in the history
  17. No need for extra step

    fnberta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0989565 View commit details
    Browse the repository at this point in the history
  18. no need for manifest

    fnberta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3ed9a8b View commit details
    Browse the repository at this point in the history
  19. Drop -n

    fnberta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    99ad21a View commit details
    Browse the repository at this point in the history
  20. Skip install for several envs

    fnberta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0700754 View commit details
    Browse the repository at this point in the history
  21. Drop Jupyter-Canvas-Widget dep

    It doesn't look like it's used anywhere and breaks publishing to PIPY.
    fnberta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0fa6293 View commit details
    Browse the repository at this point in the history
  22. Don't scope to actor

    fnberta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4032b62 View commit details
    Browse the repository at this point in the history
  23. Remove if condition

    fnberta committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4f2cc8e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Remove conditional run

    It's not needed anymore since we only listen to `workflow_dispatch` events.
    fnberta committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ec3a5aa View commit details
    Browse the repository at this point in the history
  2. Inline version picking

    fnberta committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    31ee5e3 View commit details
    Browse the repository at this point in the history