File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -164,12 +164,3 @@ jobs:
164
164
with :
165
165
name : python-${{ matrix.variant.os }}.${{ matrix.variant.generator }}-${{ matrix.variant.arch }}.${{ matrix.variant.config }}
166
166
path : artifact/
167
-
168
- - name : Upload to PyPi
169
- if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
170
- uses : pypa/gh-action-pypi-publish@release/v1
171
- with :
172
- password : ${{ secrets.PYPI_API_TOKEN }}
173
- print-hash : true
174
- packages-dir : artifact/
175
- verbose : true
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
4
5
5
[project ]
6
6
name = " udmp-parser"
7
- version = " 0.4"
7
+ version = " 0.4.1 "
8
8
description = " A Cross-Platform C++ parser library for Windows user minidumps."
9
9
readme = " README.md"
10
10
requires-python = " >=3.2"
You can’t perform that action at this time.
0 commit comments