Fix mqtt sender not sending any messages via ssl.

This commit is contained in:
Felix Weiler-Detjen
2025-01-10 14:43:46 +00:00
parent f3dab17d19
commit 6c210bdf78
4 changed files with 96 additions and 2 deletions

31
.github/workflows/release.yml vendored Normal file
View File

@@ -0,0 +1,31 @@
name: Release
on:
push:
tags:
- "v*"
jobs:
publish:
runs-on: ubuntu-latest
environment: production
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
version: "0.5.10"
- name: Set up python
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
- name: Build dist
run: uv build
- name: Build dist
run: uv publish