Skip to content

Commit dffae97

Browse files
committed
Alter wheels.yml, to update PyPi release
1 parent b6886bf commit dffae97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)