Skip to content

Commit b20f29f

Browse files
committed
[py] Fixing typo in Nightly python job
1 parent 1bd7586 commit b20f29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: Release
4747
cache-key: python-nightly
4848
run: |
49-
./go "py:version[dev]"
49+
./go "py:version[nightly]"
5050
./go py:release
5151
secrets: inherit
5252

0 commit comments

Comments
 (0)