We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc38dc commit 3f18a3dCopy full SHA for 3f18a3d
3 files changed
.github/workflows/_publish-code.yml
@@ -66,7 +66,6 @@ jobs:
66
run: twine upload --disable-progress-bar --repository testpypi --skip-existing ./dist/*
67
68
- name: Upload
69
- if: startsWith(github.ref, 'refs/tags/')
70
env:
71
TWINE_NON_INTERACTIVE: "1"
72
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee Python Client Library Changelog
2
3
+## v5.0.0.alpha2 - 2026-06-11
4
+### Changes
5
+* :wrench: auto-publish mindee-lite
6
+
7
8
## v5.0.0.alpha1 - 2026-06-11
9
### ¡Breaking Changes!
10
* :boom: :recycle: update V1 & V2 syntaxes to match other SDKs
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "5.0.0.alpha1"
+__version__ = "5.0.0.alpha2"
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments