This commit is contained in:
parent
12d071075d
commit
27fd5074f2
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
2
uv.lock
generated
|
@ -255,7 +255,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "sms-handler"
|
||||
version = "0.0.4"
|
||||
version = "0.0.8"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "aiosmtplib" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue