-
Notifications
You must be signed in to change notification settings - Fork 0
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
Continuous Integration Optimization #97
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ca8c579 - Browse repository at this point
Copy the full SHA ca8c579View commit details -
Adds a workflow to publish to the PyPI from the CI
and simplifies how dev versions are detected in Justfile.
Configuration menu - View commit details
-
Copy full SHA for 4dfba1e - Browse repository at this point
Copy the full SHA 4dfba1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3269864 - Browse repository at this point
Copy the full SHA 3269864View commit details -
workflows/quality-checks.yml: Adds a job to run unit tests from / aga…
…inst source distribution This one shall ensure that the expected test coverage is met. All supported Python versions are now tested under the concept of compatibility with the wheels.
Configuration menu - View commit details
-
Copy full SHA for 2ce494b - Browse repository at this point
Copy the full SHA 2ce494bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f76650b - Browse repository at this point
Copy the full SHA f76650bView commit details -
workflows/quality-checks.yml: Passes wheel location to hatch as envir…
…onment variable again
Configuration menu - View commit details
-
Copy full SHA for aeca5f3 - Browse repository at this point
Copy the full SHA aeca5f3View commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa69e3f - Browse repository at this point
Copy the full SHA aa69e3fView commit details
Commits on Oct 13, 2024
-
workflows/publish.yml: Separates publishing to PyPI & GitHub
as the latter is more likely to fail and its result can be amended manually
Configuration menu - View commit details
-
Copy full SHA for 90f3a2e - Browse repository at this point
Copy the full SHA 90f3a2eView commit details -
workflows/publish.yml: Adds building HTML docs
which is a requirement for the pandoc parser. unlike i anticipated the `doctest` results don't have an HTML build as side-effect. Thus the docs are built in the GH release job. Metadata usage is streamlined.
Configuration menu - View commit details
-
Copy full SHA for 054a512 - Browse repository at this point
Copy the full SHA 054a512View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7146c11 - Browse repository at this point
Copy the full SHA 7146c11View commit details