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

Chore: Fix package entrypoint and module imports after migration from crate-python #67

Merged
merged 4 commits into from
Jun 10, 2024

Commits on Jun 10, 2024

  1. Dialect: Fix SQLAlchemy dialect entrypoint

    The dialect as designated by the `crate` dialect identifier was still
    pointing to the `crate` package. Now, it is assigned to this one
    instead.
    amotl committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f1beb71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35e3c0b View commit details
    Browse the repository at this point in the history
  3. CI: Update release job on GHA

    - Package metadata now maintained within `pyproject.toml`
    - Use `build` package for building packages instead of `wheel`
    amotl committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5d274c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f5855d View commit details
    Browse the repository at this point in the history