Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build_and_deploy:
uses: sensirion/.github/.github/workflows/driver.python.pypi_publish.yml@main
uses: sensirion/.github/.github/workflows/python_package.pypi_publish.yml@main
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
---------

1.0.2
:::::
- Fix CI
- Fix links in README.md

1.0.1
:::::
- Update project structure
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

This repository contains the common I2C driver used by various Sensirion
sensor drivers. For details, please read the package description in
[README.rst](README.rst).
[README.rst](https://github.com/Sensirion/python-i2c-driver/blob/master/README.rst).


## Usage

See package description in [README.rst](README.rst) and user manual at
See package description in [README.rst](https://github.com/Sensirion/python-i2c-driver/blob/master/README.rst) and user manual at
https://sensirion.github.io/python-i2c-driver/.

## Development
Expand Down Expand Up @@ -57,4 +57,4 @@ sphinx-versioning build docs docs/_build/html # Build documentation

## License

See [LICENSE](LICENSE).
See [LICENSE](https://github.com/Sensirion/python-i2c-driver/blob/master/LICENSE).
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "sensirion-i2c-driver"
description = "Base Driver for Communicating With I2C Devices"

readme = "README.md"
version = "1.0.1"
version = "1.0.2"
requires-python = ">=3.8,<4.0"

authors = [
Expand Down
Loading