We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8360f43 commit 350747fCopy full SHA for 350747f
.github/workflows/publish-release.yaml
@@ -51,7 +51,6 @@ jobs:
51
52
- name: build
53
run: |
54
- pip install nuitka
55
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
56
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
57
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "evtx2es"
3
-version = "1.7.4"
+version = "1.7.5"
4
description = "A library for fast parse & import of Windows Eventlogs into Elasticsearch."
5
readme = "README.md"
6
license = "MIT"
0 commit comments