Skip to content

Commit

Permalink
Abandon uploading wheels from CI as only Linux is supported by the ac…
Browse files Browse the repository at this point in the history
…tion (#9)
  • Loading branch information
0vercl0k authored Jun 23, 2023
1 parent b72b3cd commit 2aad4cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/udmp-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,3 @@ jobs:
with:
name: python-${{ matrix.variant.os }}.${{ matrix.variant.generator }}-${{ matrix.variant.arch }}.${{ matrix.variant.config }}
path: artifact/

- name: Upload to PyPi
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
print-hash: true
packages-dir: artifact/
verbose: true
2 changes: 1 addition & 1 deletion src/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "udmp-parser"
version = "0.4"
version = "0.4.1"
description = "A Cross-Platform C++ parser library for Windows user minidumps."
readme = "README.md"
requires-python = ">=3.2"
Expand Down

0 comments on commit 2aad4cb

Please sign in to comment.