Skip to content

Commit 59f4f94

Browse files
committed
fix Release GHA workflow trigger
1 parent 12c92c8 commit 59f4f94

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
on:
2-
push:
3-
tags:
4-
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
2+
release:
3+
types: [created]
54

65
name: Upload Release Asset
76

install-env.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if "%RUNNER_TOOL_CACHE%"=="" (
1313
set PIP="%ProgramFiles%\Python310\Scripts\pip3.exe"
1414
)
1515

16+
echo Loading the Python installation...
1617
curl %PYTHON_REF% --output python-install.exe
1718
python-install.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0 Include_launcher=0
1819
%PYTHON% -m pip install --upgrade pip

0 commit comments

Comments
 (0)