Skip to content

Commit f30f122

Browse files
committed
Hopefully have builds for Linux/Windows/macOS all working for Python package.
1 parent de56738 commit f30f122

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
#os: [ubuntu-latest, macos-13, macos-14, macos-latest, windows-latest]
43-
#os: [ubuntu-latest, windows-latest]
44-
os: [macos-13, macos-14, macos-latest]
42+
os: [ubuntu-latest, macos-13, macos-14, macos-latest, macos-latest, windows-latest]
4543

4644
steps:
4745
- uses: actions/checkout@v4
@@ -73,7 +71,7 @@ jobs:
7371
url: https://pypi.org/p/SandiaSpecUtils
7472
permissions:
7573
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
76-
if: github.event_name == 'release' && github.event.action == 'published'
74+
#if: github.event_name == 'release' && github.event.action == 'published'
7775

7876
steps:
7977
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)