Skip to content

Commit 2914491

Browse files
committed
Correct YAML syntax
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 2bc2157 commit 2914491

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/scancode-release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Create ScanCode release archives, then test and publish to GH and PyPI
22

3-
This is executed automatically on a tag
4-
5-
Summary of the steps:
6-
- Build wheel and sdist for the "main" scancode, then build these for the "mini" flavor
7-
- test each wheel and sdist on every possible OS x Python version combinations
8-
- Build release app archives, one for each of linux, windows, macos on Python 3.8
9-
- test each on its target OS and Python version
10-
- Create gh-release and upload app archives to release
11-
- Upload all wheels and sdist to PyPI
3+
# This is executed automatically on a tag
4+
#
5+
# Summary of the steps:
6+
# - Build wheel and sdist for the "main" scancode, then build these for the "mini" flavor
7+
# - test each wheel and sdist on every possible OS x Python version combinations
8+
# - Build release app archives, one for each of linux, windows, macos on Python 3.8
9+
# - test each on its target OS and Python version
10+
# - Create gh-release and upload app archives to release
11+
# - Upload all wheels and sdist to PyPI
1212

1313

1414
on:

0 commit comments

Comments
 (0)