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

18 add GitHub workflow for releases #19

Merged
merged 9 commits into from
Jan 10, 2024

Conversation

ClaasRostock
Copy link
Contributor

  • GitHub workflows: Added publish_release.yml workflow

plus some code maintenance (following the maintenance updates we recently also applied in farn, mvx etc. - to keep in sync)

  • updated versions of black, ruff, pyright
    • updated to black[jupyter]==23.12 (from black[jupyter]==23.11)
    • updated to ruff==0.1.8 (from ruff==0.1.6)
    • updated to pyright==1.1.338 (from pyright==1.1.336)
  • include Python 3.12 release version as standard, and Python 3.13.0a2 as "future" test.
  • removed pytest-randomly (I don't think we need it)
  • removed pythonpath entry from pytest.ini_options (not needed as long as a .env file is used)
  • updated VS Code debug launch configuration for debugging tests
  • updated VS Code settings and deleted orphaned entries

@ClaasRostock ClaasRostock linked an issue Jan 10, 2024 that may be closed by this pull request
@ClaasRostock ClaasRostock self-assigned this Jan 10, 2024
Copy link
Collaborator

@tomarnepedersen tomarnepedersen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updates approved

@tomarnepedersen tomarnepedersen merged commit 5cc6cb7 into main Jan 10, 2024
13 checks passed
@tomarnepedersen tomarnepedersen deleted the 18-add-github-workflow-for-releases branch January 10, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add GitHub workflow for releases
2 participants