We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9975c96 commit ba826d5Copy full SHA for ba826d5
1 file changed
.github/workflows/get-python-versions.yml
@@ -1,4 +1,4 @@
1
-name: Get Go versions
+name: Get Python versions
2
on:
3
schedule:
4
- cron: '0 3,15 * * *'
@@ -66,11 +66,11 @@ jobs:
66
with:
67
submodules: true
68
69
- - name: Trigger "Build go packages" workflow
+ - name: Trigger "Build python packages" workflow
70
run:
71
./helpers/github/run-ci-builds.ps1 -RepositoryFullName "$env:GITHUB_REPOSITORY" `
72
-AccessToken "${{ secrets.PERSONAL_TOKEN }}" `
73
- -WorkflowFileName "build-go-packages.yml" `
+ -WorkflowFileName "python-builder.yml" `
74
-WorkflowDispatchRef "main" `
75
-ToolVersions "${{ env.TOOL_VERSIONS }}" `
76
-PublishReleases "true"
0 commit comments