Skip to content

Fix for SQL Server with case sensitive collation (#46) #15

Fix for SQL Server with case sensitive collation (#46)

Fix for SQL Server with case sensitive collation (#46) #15

Workflow file for this run

---
name: Publish to pypi
on:
push:
branches:
- master
jobs:
build:
name: Main
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
ignore_dev_requirements: "yes"