Skip to content

Commit c8d8280

Browse files
committed
adjust build-and-publish workflow description
1 parent 1db61a5 commit c8d8280

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# THIS WORKFLOW WILL BUILD THE LIBRARY FOR DIFFERENT OSes AND PUBLISH THE BUILDS TO PYPI
1+
# THIS WORKFLOW WILL BUILD WHEELS FOR ALL MAJOR PLATFORMS AND UPLOAD THEM TO PYPI
22

3-
name: Build and Publish to PyPI
3+
# git tag v1.0.0
4+
# git push origin v1.0.0
5+
6+
name: Build and Publish
47
permissions:
58
contents: read
69

0 commit comments

Comments
 (0)