VERSION: 0.2.3
Build and Publish / build (push) Successful in 21s

This commit is contained in:
2025-06-26 13:48:21 +02:00
parent 27a00597ca
commit b1c4feaee2
5 changed files with 6 additions and 7 deletions
-1
View File
@@ -40,7 +40,6 @@ jobs:
mv dist/* ../dist
- name: Upload Package to Gitea PyPI
if: startsWith(github.event.head_commit.message, 'RELEASE')
env:
TWINE_USERNAME: "__token__" # Username for Twine when using token-based auth
TWINE_PASSWORD: ${{ secrets.PIP_REPOSITORY_API_TOKEN }} # Use the secret for authentication
+1 -1
View File
@@ -1 +1 @@
0.2.2
0.2.3
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "aaredaqlib"
version = "0.2.2"
version = "0.2.3"
description = "Libraries shared between AareDAQ and AareGUI"
readme = "README.md"
requires-python = ">=3.11"
+2 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "aaredaq"
version = "0.2.2"
version = "0.2.3"
description = "AareDAQ data acquisition server"
readme = "README.md"
requires-python = ">=3.11"
@@ -18,7 +18,7 @@ dependencies = [
"python_multipart==0.0.20",
"websocket-client==1.8.0",
"sseclient-py==1.8.0",
"aaredaqlib==0.2.2"
"aaredaqlib==0.2.3"
]
[lint]
+2 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "aaregui"
version = "0.2.2"
version = "0.2.3"
description = "Beamline control GUI"
readme = "README.md"
requires-python = ">=3.11"
@@ -9,7 +9,7 @@ dependencies = [
"pyzmq==26.4.0",
"opencv-python-headless==4.11.0.86",
"PySide6==6.9.0",
"aaredaqlib==0.2.2"
"aaredaqlib==0.2.3"
]
[lint]