You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change build system to setuptools and automate publishing to PyPI
#27
Update msodbcsql version used in integration test CI
Replace flit with setuptools as the build system
Disable mypy following imports in src/pytsql/grammar and remove some type ignore statements
Add a workflow for building the package and publishing it to PyPI
Remove the step for building wheels and rename the PyPI workflow
Add a missing newline
Clean up setup.cfg and add extra pip install flags to ci workflow
Add a job for uploading the package to TestPyPI
Update config to make local distribution version names compatible with TestPyPI
Create a custom setuptools_scm version scheme to enable non-duplicate TestPyPI release versions
Change git clone depth in build_and_publish workflow to get all tags
Update custom version scheme naming and add a dosctring to it
Fix a syntax error in build_and_publish.yml
Bring package metadata back to pyproject.toml
Change docstring mood to imperative
Co-authored-by: Kevin Klein <[email protected]>
Update a docstring to be more concise and informative
Co-authored-by: Kevin Klein <[email protected]>
0 commit comments