Skip to content

feat: support python 3.12 (#311) #104

feat: support python 3.12 (#311)

feat: support python 3.12 (#311) #104

name: Release please
on:
push:
branches: [main]
jobs:
release-please:
# The secret HCLOUD_BOT_TOKEN is only available on the main repo, not in forks.
if: github.repository == 'hetznercloud/hcloud-python'
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.HCLOUD_BOT_TOKEN }}
release-type: python
package-name: hcloud
extra-files: |
hcloud/__version__.py