Merge pull request #1115 from Mause/pre-commit-ci-update-config #490
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
name: release-please | |
jobs: | |
release-please: | |
runs-on: ubuntu-latest | |
steps: | |
- run: npx release-please debug-config --repo-url https://github.com/Mause/duckdb_engine | |
- uses: googleapis/release-please-action@v4 | |
with: | |
release-type: python | |
token: ${{ secrets.ACCESS_TOKEN }} |