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 1db61a5 commit c8d8280Copy full SHA for c8d8280
1 file changed
.github/workflows/build-and-publish.yml
@@ -1,6 +1,9 @@
1
-# THIS WORKFLOW WILL BUILD THE LIBRARY FOR DIFFERENT OSes AND PUBLISH THE BUILDS TO PYPI
+# THIS WORKFLOW WILL BUILD WHEELS FOR ALL MAJOR PLATFORMS AND UPLOAD THEM TO PYPI
2
3
-name: Build and Publish to PyPI
+# git tag v1.0.0
4
+# git push origin v1.0.0
5
+
6
+name: Build and Publish
7
permissions:
8
contents: read
9
0 commit comments