File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed
Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 1- name : Release package
1+ name : Release project
22
33on :
44 workflow_call :
6666 # env variable containing the new version, created by the Commitizen action
6767 tag_name : ${{ env.REVISION }}
6868
69- # This workflow and the publish workflows are based on:
70- # - https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
71- # - https://www.andrlik.org/dispatches/til-use-uv-for-build-and-publish-github-actions/
72- # - https://github.com/astral-sh/trusted-publishing-examples
73- - name : Set up uv
74- uses : astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
75- with :
76- enable-cache : true
77- cache-dependency-glob : " uv.lock"
78-
79- - name : Build distributions
80- # Builds dists from source and stores them in the dist/ directory.
81- run : uv build
82-
83- - name : Upload built distributions
84- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
85- with :
86- name : release-dists
87- path : dist/
88-
8969 # Need to output this to tell the next job that a release was made.
9070 - id : version-var
9171 name : Output version variable
You can’t perform that action at this time.
0 commit comments