Skip to content

Commit 1e45e81

Browse files
committed
Enable uplading python packages only for releases
1 parent f30f122 commit 1e45e81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
url: https://pypi.org/p/SandiaSpecUtils
7272
permissions:
7373
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
74-
#if: github.event_name == 'release' && github.event.action == 'published'
74+
if: github.event_name == 'release' && github.event.action == 'published'
7575

7676
steps:
7777
- uses: actions/setup-python@v5

bindings/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 = "SandiaSpecUtils"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
description = "Python bindings for SpecUtils using nanobind and scikit-build"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)