Skip to content

Patching tap-mssql to remove CVES and bumping to latest versions. (#77) #14

Patching tap-mssql to remove CVES and bumping to latest versions. (#77)

Patching tap-mssql to remove CVES and bumping to latest versions. (#77) #14

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"