We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4b1f9 commit 41dcf16Copy full SHA for 41dcf16
.vscode/settings.json
@@ -5,6 +5,7 @@
5
"pyinstaller",
6
"pytest",
7
"PYTHONPATH",
8
+ "softprops",
9
"venv"
10
]
11
}
solutions/package-exercise-origional.yml
@@ -1,9 +1,10 @@
1
name: Simple Package — Sequential macOS arm64 & Windows x64
2
3
on:
4
- workflow_dispatch: # manual trigger
+ workflow_dispatch: # you can also manually trigger this workflow
push:
- tags: ["v*"]
+ branches:
+ - main
jobs:
build-macos-arm64:
solutions/package.yml
0 commit comments