Skip to content

Commit d33587e

Browse files
authored
Merge pull request #37 from co-browser/fix/release-workflow
fix(ci): correct release workflow and resolve lint error
2 parents df11584 + 58646e4 commit d33587e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,6 @@ jobs:
9393
with:
9494
inputs: >-
9595
./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 ""
10296
- name: Upload artifact signatures to GitHub Release
10397
env:
10498
GITHUB_TOKEN: ${{ github.token }}

server/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Server entry point."""
2+
13
import sys
24

35
from server import main

0 commit comments

Comments
 (0)