File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 5
5
tags :
6
6
- ' *'
7
7
8
- env :
9
- PACKAGE_NAME : genai-processors-pydantic
10
-
11
8
jobs :
12
9
publish :
13
10
name : Publish Release
33
30
MODULE_VERSION=$(uv version)
34
31
echo "Git Tag Version: $TAG_VERSION"
35
32
echo "Python Module Version: $MODULE_VERSION"
36
- if [[ "$PACKAGE_NAME $TAG_VERSION" != "$MODULE_VERSION" ]]; then exit 1; fi
33
+ if [[ "genai-processors-pydantic $TAG_VERSION" != "$MODULE_VERSION" ]]; then exit 1; fi
37
34
echo "TAG_VERSION=$TAG_VERSION" >> $GITHUB_ENV
38
35
39
36
- name : Build Package
49
46
discussion_category_name : announcements
50
47
generate_release_notes : true
51
48
files : |
52
- dist/${{env.PACKAGE_NAME}} -${{env.TAG_VERSION}}.tar.gz
53
- dist/${{env.PACKAGE_NAME}} -${{env.TAG_VERSION}}-py3-none-any.whl
49
+ dist/genai_processors_pydantic -${{env.TAG_VERSION}}.tar.gz
50
+ dist/genai_processors_pydantic -${{env.TAG_VERSION}}-py3-none-any.whl
You can’t perform that action at this time.
0 commit comments