Skip to content

Commit d121ace

Browse files
committed
Added webscokets dependency to pypi publishing workflow
1 parent 16445f2 commit d121ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: '3.10'
2323
- name: Install dependencies
2424
run: |
25-
python -m pip install --upgrade pip aiohttp wheel setuptools
25+
python -m pip install --upgrade pip aiohttp websockets wheel setuptools
2626
- name: Build package
2727
run: python setup.py sdist bdist_wheel
2828
- name: Publish package

0 commit comments

Comments
 (0)