Skip to content

fix!: support target_columns_to_types (#9) #4

fix!: support target_columns_to_types (#9)

fix!: support target_columns_to_types (#9) #4

name: Publish
on:
push:
tags:
- 'v*'
jobs:
publish:
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
contents: read
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build package
run: make package
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1