Skip to content

Commit 7149383

Browse files
committed
🐙 chore: enhance CI/CD, versioning, and testing setup
• use importlib.metadata for version and description in Settings • add CI/CD pipeline on main branch for testing and auto-release pypi and docker • add new test for UVX functionality to ensure reliability
1 parent 86a0fd6 commit 7149383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/2_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
# This workflow is intended to be run manually for releases.
2323
# It does not depend on CI passing, but it is recommended to only run after CI passes.
2424

25-
permissions: {} # deny all by default
25+
permissions: {} # deny all by default
2626

2727
jobs:
2828
params:

0 commit comments

Comments
 (0)