We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6886bf commit dffae97Copy full SHA for dffae97
.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
0 commit comments