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

Add release workflow #2004

Closed
wants to merge 3 commits into from
Closed

Add release workflow #2004

wants to merge 3 commits into from

Conversation

staticdev
Copy link
Collaborator

@staticdev staticdev commented Nov 21, 2022

  • Add release workflow - for it to work properly Github settings must have 2 secrets:
    • PYPI_TOKEN - to send releases to pypi.org (when version on pyproject.toml changes)
    • TEST_PYPI_TOKEN - to send non-release versions to test.pypi.org
  • Upgrade base python version for workflows from 3.8 to 3.9.
  • Pin version of pip, poetry and virtualenv used in all workflows.
  • Made consistent the checkout, python setup and dependency installation in all workflows.
  • Commented temporarily circular dependencies that use isort for a release.
  • Commented temporarily also linting script since it uses mostly the dependencies commented.

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.

1 participant