Skip to content

Commit 0b23b4a

Browse files
committed
Version tags should be specified manually
1 parent a6e2426 commit 0b23b4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/link-pyodide.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
name: Link & Release Pyodide for workerd (0.26.0a2) # To change the version, update pyodide/Makefile
1+
name: Link & Release Pyodide for workerd (0.26.0a3) # To change the version, update pyodide/Makefile
22
on:
33
workflow_dispatch:
44
inputs:
55
tag:
66
description: Version Tag
77
required: true
8-
default: "0.26.a3"
98
python_version:
109
description: Python Version
1110
required: true

0 commit comments

Comments
 (0)