File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 release :
55 types : [published]
66 workflow_dispatch :
7- inputs :
8- upload_to_pypi :
9- description : ' Upload to PyPI'
10- required : true
11- default : ' false'
12- type : choice
13- options :
14- - ' true'
15- - ' false'
7+
168
179
1810jobs :
4133 twine check dist/*
4234
4335 - name : Publish to PyPI
44- if : github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && inputs.upload_to_pypi == 'true' )
36+ if : github.event_name == 'release' || (github.event_name == 'workflow_dispatch')
4537 env :
4638 TWINE_USERNAME : __token__
4739 TWINE_PASSWORD : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " iglu_python"
7- version = " 0.1.1 "
7+ version = " 0.1.2 "
88description = " Python implementation of the iglu package for continuous glucose monitoring data analysis"
99readme = " README.md"
1010requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments