Skip to content

Commit 24f2021

Browse files
ensure consistency
1 parent fb67383 commit 24f2021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
needs:
6868
- release-build
69-
if: github.event_name == 'release'
69+
if: ${{ github.event_name == 'release' }}
7070
environment:
7171
name: pypi
7272
permissions:

0 commit comments

Comments
 (0)