File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ outputs:
1919 package-version :
2020 description : ' Version number of the package'
2121 value : ${{ steps.package-name.outputs.version }}
22+ url :
23+ description : ' URL of the package on pypi.org (or test.pypi.org)'
24+ value : https://${{ inputs.test-only == 'true' && 'test.' || '' }}pypi.org/p/${{ steps.package-name.outputs.name }}
2225
2326runs :
2427 using : ' composite'
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ description: |-
44 Uses `uv` to install python and setup the project venv
55 Invoke with `uses: glenn20/python-ci/setup@v1`
66author : glenn20
7+
78inputs :
89 python-version :
910 description : " Python version to install"
1011 required : false
1112 default : " 3.12"
12- type : string
1313
1414runs :
1515 using : ' composite'
You can’t perform that action at this time.
0 commit comments