Skip to content

Commit 2aad4cb

Browse files
authored
Abandon uploading wheels from CI as only Linux is supported by the action (#9)
1 parent b72b3cd commit 2aad4cb

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/udmp-parser.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,3 @@ jobs:
164164
with:
165165
name: python-${{ matrix.variant.os }}.${{ matrix.variant.generator }}-${{ matrix.variant.arch }}.${{ matrix.variant.config }}
166166
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

src/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "udmp-parser"
7-
version = "0.4"
7+
version = "0.4.1"
88
description = "A Cross-Platform C++ parser library for Windows user minidumps."
99
readme = "README.md"
1010
requires-python = ">=3.2"

0 commit comments

Comments
 (0)