Skip to content

Commit 350747f

Browse files
committed
release: v1.7.5
1 parent 8360f43 commit 350747f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
5252
- name: build
5353
run: |
54-
pip install nuitka
5554
uv run python -m nuitka --standalone --onefile --follow-imports -o evtx2es-windows-x64-v$env:version.exe --output-dir=dist --assume-yes-for-downloads src/evtx2es/views/Evtx2esView.py
5655
uv run python -m nuitka --standalone --onefile --follow-imports -o evtx2json-windows-x64-v$env:version.exe --output-dir=dist --assume-yes-for-downloads src/evtx2es/views/Evtx2jsonView.py
5756

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "evtx2es"
3-
version = "1.7.4"
3+
version = "1.7.5"
44
description = "A library for fast parse & import of Windows Eventlogs into Elasticsearch."
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)