Skip to content

Commit

Permalink
build: 📦 fix python-semantic-release release group
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Jan 25, 2024
1 parent 95a3c8e commit 74801ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ jobs:
if: steps.release.outputs.released == 'true'

- name: Prepare dist
if: steps.release.outputs.released == 'true'
run: |
mkdir dist
mv ./wheel-*/*.whl dist/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ version_variables = [
]

[tool.semantic_release.branches.release]
match = 'release/v?[\\d\\.\\-]+'
match = '(main|release/v?[\\d\\.\\-]+)'
prerelease = false

[tool.semantic_release.commit_parser_options]
Expand Down

0 comments on commit 74801ac

Please sign in to comment.