Update base url for CI
Some checks failed
/ test (push) Failing after 4s

This commit is contained in:
phil 2024-12-05 18:30:31 +01:00
parent 12d071075d
commit 27fd5074f2
3 changed files with 3 additions and 3 deletions

View file

@ -33,4 +33,4 @@ jobs:
- name: Publish to home
env:
LOCAL_PYPI_TOKEN: ${{ secrets.LOCAL_PYPI_TOKEN }}
run: uv publish --publish-url https://philo.ydns.eu/code/api/packages/philome/pypi --token $LOCAL_PYPI_TOKEN
run: uv publish --publish-url https://code.philo.ydns.eu/api/packages/philome/pypi --token $LOCAL_PYPI_TOKEN

View file

@ -1,6 +1,6 @@
[project]
name = "sms_handler"
version = "0.0.7"
version = "0.0.8"
#dynamic = ["version"]
description = "Listen to messages from the SMS Forwarder app on Android and send mail"
readme = "README.md"

2
uv.lock generated
View file

@ -255,7 +255,7 @@ wheels = [
[[package]]
name = "sms-handler"
version = "0.0.4"
version = "0.0.8"
source = { editable = "." }
dependencies = [
{ name = "aiosmtplib" },