Skip to content

Commit eafdd90

Browse files
Simplify publish action, new version
1 parent dbb369f commit eafdd90

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,4 @@ jobs:
5050

5151
- name: 👌 Check upload
5252
run: |
53-
TAG=${GITHUB_REF#refs/tags/}
54-
VERSION=${TAG:1}
55-
echo "Version: $VERSION"
56-
uv run --with ml3-drift==$VERSION --no-project -- python -c "import ml3_drift"
53+
uv run --with ml3-drift --no-project -- python -c "import ml3_drift"

src/ml3_drift/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.3"
1+
__version__ = "0.0.4"

0 commit comments

Comments
 (0)