Skip to content

Commit

Permalink
Merge pull request #5 from Sensirion/unified-name
Browse files Browse the repository at this point in the history
Keep unified name accross registries
  • Loading branch information
qfisch authored Feb 14, 2024
2 parents 602c7dd + 4a13476 commit 6add304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/platformio_publish_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ jobs:
cp LICENSE tmp
cp platformio.ini tmp
cp README.md tmp
- name: Remove 'Sensirion' from lib name
run: |
nameline=$(head -n 1 tmp/library.properties)
toremove='Sensirion '
pioname="${nameline/$toremove/}"
sed -i "1s/.*/$pioname/" tmp/library.properties
- name: Create library package
run: pio pkg pack tmp
- name: Upload package archive
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UPT Core
# Sensirion UPT Core

[![arduino-library-badge](https://www.ardu-badge.com/badge/Sensirion%20UPT%20Core.svg?)](https://www.ardu-badge.com/Sensirion%20UPT%20Core) [![PlatformIO Registry](<https://badges.registry.platformio.org/packages/sensirion/library/UPT Core.svg>)](<https://registry.platformio.org/libraries/sensirion/UPT Core>)
[![arduino-library-badge](https://www.ardu-badge.com/badge/Sensirion%20UPT%20Core.svg?)](https://www.ardu-badge.com/Sensirion%20UPT%20Core) [![PlatformIO Registry](<https://badges.registry.platformio.org/packages/sensirion/library/Sensirion UPT Core.svg>)](<https://registry.platformio.org/libraries/sensirion/Sensirion UPT Core>)

A library containing all the relevant types and definitions shared between components of the Unified Prototyping Toolkit (UPT) for ease of maintainability.
There shouldn't be a reason to use it directly, but it is being used to create libraries compatible with the rest of the UPT.
Expand Down

0 comments on commit 6add304

Please sign in to comment.