Skip to content

Commit c27a23b

Browse files
committed
bamp up version
1 parent b605b8c commit c27a23b

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,7 @@ on:
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

1810
jobs:
@@ -41,7 +33,7 @@ jobs:
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 }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "iglu_python"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Python implementation of the iglu package for continuous glucose monitoring data analysis"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)