mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-08 13:06:29 +00:00
Fix pypi_release.yml workflow to skip rc0 versions (#7327)
This commit is contained in:
parent
3dbde84a28
commit
d5336e9f72
4
.github/workflows/pypi_release.yml
vendored
4
.github/workflows/pypi_release.yml
vendored
@ -3,7 +3,9 @@ name: Project release on PyPi
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v[0-9].[0-9]+.[0-9]+*"
|
||||
- "v[0-9]+.[0-9]+.[0-9]+*"
|
||||
# We must not release versions tagged with -rc0 suffix
|
||||
- "!v[0-9]+.[0-9]+.[0-9]-rc0"
|
||||
|
||||
env:
|
||||
HATCH_VERSION: "1.9.3"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user