Merge pull request #874 from Mause/renovate/hypothesis-6.x-lockfile #368
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: google-github-actions/release-please-action@v4 | |
with: | |
release-type: python | |
token: ${{ secrets.ACCESS_TOKEN }} |