Skip to content

Commit 865092c

Browse files
authored
Merge pull request #5 from Sensirion/prepare-release
Fix github workflow
2 parents 449090e + 488cc64 commit 865092c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
branches:
44
- master
55
tags:
6-
- "^[0-9]+.[0-9]+.[0-9]+"
6+
- "[0-9]+.[0-9]+.[0-9]+"
77

88
jobs:
99
build_and_deploy:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "sensirion-i2c-driver"
77
description = "Base Driver for Communicating With I2C Devices"
88

99
readme = "README.md"
10-
version = "1.0.2"
10+
version = "1.0.1"
1111
requires-python = ">=3.8,<4.0"
1212

1313
authors = [

0 commit comments

Comments
 (0)