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 a246085 commit d29d5a0Copy full SHA for d29d5a0
1 file changed
.github/workflows/release.yaml
@@ -0,0 +1,18 @@
1
+name: Release
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ test:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v4
11
12
+ - name: Set up Python
13
+ uses: actions/setup-python@v5
14
+ with:
15
+ python-version: '3.12'
16
17
+ - name: Placeholder
18
+ run: echo "Tests workflow placeholder - will be expanded"
0 commit comments