Skip to content

Commit 1640715

Browse files
Marcus G K WilliamsMarcus G K Williams
authored andcommitted
Merge branch 'main' of github.com:lava-nc/lava into main
2 parents 0472720 + 8384ac1 commit 1640715

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
if: github.triggering_actor == 'mgkwill' || github.triggering_actor == 'PhilippPlank' || github.triggering_actor == 'tim-shea'
137137
permissions:
138138
contents: write
139+
id-token: write
139140
needs: [build-artifacts, test-artifact-install, test-artifact-use]
140141

141142
steps:
@@ -200,7 +201,7 @@ jobs:
200201
echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
201202
202203
- name: Publish to PyPI
203-
if: steps.check-version.outputs.prerelease != 'true'
204+
# if: steps.check-version.outputs.prerelease != 'true'
204205
env:
205206
POETRY_PYPI_TOKEN_PYPI: ${{ steps.mint-token.outputs.api-token }}
206207
run: |

0 commit comments

Comments
 (0)