Skip to content

Commit 6299f3a

Browse files
committed
Update comment on the top
1 parent 3cd18c8 commit 6299f3a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
# Build sdist+wheel packages using GitHub Actions. Mostly adopted
2-
# from https://cibuildwheel.readthedocs.io/en/stable/setup/
1+
# Build sdist+wheel packages using GitHub Actions, and publish them on
2+
# TestPyPI (on pull requests and tags) and PyPI (on tags).
3+
#
4+
# The build_wheels job is mostly adopted from
5+
# https://cibuildwheel.readthedocs.io/en/stable/setup/
6+
#
7+
# The upload_pypi and upload_testpypi jobs are adopted from Python
8+
# Packaging User Guide.
39

410
name: "Packages"
511

0 commit comments

Comments
 (0)