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 80bb919 commit a4399c5Copy full SHA for a4399c5
1 file changed
.github/workflows/build-and-publish.yml .github/workflows/build-and-publish.yml.github/workflows/build-and-publish.yml renamed to .github/workflows/build-and-publish.yml
@@ -1,4 +1,8 @@
1
+# THIS WORKFLOW WILL BUILD THE LIBRARY FOR DIFFERENT OSes AND PUBLISH THE BUILDS TO PYPI
2
+
3
name: Build and Publish to PyPI
4
+permissions:
5
+ contents: read
6
7
on:
8
push:
0 commit comments