We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd18c8 commit 6299f3aCopy full SHA for 6299f3a
.github/workflows/build.yml
@@ -1,5 +1,11 @@
1
-# Build sdist+wheel packages using GitHub Actions. Mostly adopted
2
-# from https://cibuildwheel.readthedocs.io/en/stable/setup/
+# Build sdist+wheel packages using GitHub Actions, and publish them on
+# 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.
9
10
name: "Packages"
11
0 commit comments