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 f30f122 commit 1e45e81Copy full SHA for 1e45e81
.github/workflows/wheels.yml
@@ -71,7 +71,7 @@ jobs:
71
url: https://pypi.org/p/SandiaSpecUtils
72
permissions:
73
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
74
- #if: github.event_name == 'release' && github.event.action == 'published'
+ if: github.event_name == 'release' && github.event.action == 'published'
75
76
steps:
77
- uses: actions/setup-python@v5
bindings/python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
5
[project]
6
name = "SandiaSpecUtils"
7
-version = "0.0.1"
+version = "0.0.2"
8
description = "Python bindings for SpecUtils using nanobind and scikit-build"
9
readme = "README.md"
10
requires-python = ">=3.9"
0 commit comments