Skip to content

Commit 3f18a3d

Browse files
🔖 Version 5.0.0.alpha2 (#424)
1 parent 4bc38dc commit 3f18a3d

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/_publish-code.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
run: twine upload --disable-progress-bar --repository testpypi --skip-existing ./dist/*
6767

6868
- name: Upload
69-
if: startsWith(github.ref, 'refs/tags/')
7069
env:
7170
TWINE_NON_INTERACTIVE: "1"
7271
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Mindee Python Client Library Changelog
22

3+
## v5.0.0.alpha2 - 2026-06-11
4+
### Changes
5+
* :wrench: auto-publish mindee-lite
6+
7+
38
## v5.0.0.alpha1 - 2026-06-11
49
### ¡Breaking Changes!
510
* :boom: :recycle: update V1 & V2 syntaxes to match other SDKs

mindee/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

3-
__version__ = "5.0.0.alpha1"
3+
__version__ = "5.0.0.alpha2"
44

55
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
66

0 commit comments

Comments
 (0)