We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edee1b0 + d86252a commit dcfcafaCopy full SHA for dcfcafa
.github/workflows/publish_yak.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install dependencies
35
run: |
36
python -m pip install --upgrade pip
37
- pip install -r requiremnets-dev.txt
+ pip install -r requirements-dev.txt
38
39
- name: Create CPython Grasshopper user objects
40
@@ -80,4 +80,4 @@ jobs:
80
$command = "invoke publish-yak -y dist\yak_package\$file $test_flag".Trim()
81
Invoke-Expression $command
82
env:
83
- YAK_TOKEN: ${{ secrets.YAK_DF_TOKEN }}
+ YAK_TOKEN: ${{ secrets.YAK_DF_TOKEN }}
0 commit comments