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
|
- name: Publish to home
|
||||||
env:
|
env:
|
||||||
LOCAL_PYPI_TOKEN: ${{ secrets.LOCAL_PYPI_TOKEN }}
|
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]
|
[project]
|
||||||
name = "sms_handler"
|
name = "sms_handler"
|
||||||
version = "0.0.7"
|
version = "0.0.8"
|
||||||
#dynamic = ["version"]
|
#dynamic = ["version"]
|
||||||
description = "Listen to messages from the SMS Forwarder app on Android and send mail"
|
description = "Listen to messages from the SMS Forwarder app on Android and send mail"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
2
uv.lock
generated
2
uv.lock
generated
|
@ -255,7 +255,7 @@ wheels = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sms-handler"
|
name = "sms-handler"
|
||||||
version = "0.0.4"
|
version = "0.0.8"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "aiosmtplib" },
|
{ name = "aiosmtplib" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue