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.
2 parents df11584 + 58646e4 commit d33587eCopy full SHA for d33587e
.github/workflows/python-publish.yml
@@ -93,12 +93,6 @@ jobs:
93
with:
94
inputs: >-
95
./dist/*.tar.gz ./dist/*.whl
96
- - name: Create GitHub Release
97
- env:
98
- GITHUB_TOKEN: ${{ github.token }}
99
- run: >-
100
- gh release create "$GITHUB_REF_NAME" --repo "$GITHUB_REPOSITORY"
101
- --notes ""
102
- name: Upload artifact signatures to GitHub Release
103
env:
104
GITHUB_TOKEN: ${{ github.token }}
server/__main__.py
@@ -1,3 +1,5 @@
1
+"""Server entry point."""
2
+
3
import sys
4
5
from server import main
0 commit comments