Skip to content

Commit 94a4a4c

Browse files
authored
Restore PyPI source distribution (#42)
* Publish source distribution to PyPI * Remove requirements.txt
1 parent 1723668 commit 94a4a4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131

3232
- name: Build wheels
3333
working-directory: server
34-
run: python -m pip wheel . --no-deps -w dist
34+
run: python -m pip install wheel &&
35+
python setup.py sdist bdist_wheel
3536

3637
- name: Publish package distributions to PyPI
3738
if: github.event_name == 'release'

server/requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)