Skip to content

Commit

Permalink
Always build but don't publish (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Jun 25, 2024
1 parent 12d9014 commit 6514193
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: Deploy

on:
push:
branches:
- main
- renovate/**
tags:
- v*
pull_request:

jobs:
deploy:
Expand All @@ -13,7 +17,7 @@ jobs:
id-token: write
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/deployment@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
- uses: paddyroddy/.github/actions/python/deployment@3135c318562994eafc62974821c6f80aa64b35da # v0
with:
pyproject-toml: ./pyproject.toml
python-version: "3.11"

0 comments on commit 6514193

Please sign in to comment.