Skip to content

Commit

Permalink
Restore PyPI source distribution (#42)
Browse files Browse the repository at this point in the history
* Publish source distribution to PyPI

* Remove requirements.txt
  • Loading branch information
dinvlad authored Apr 19, 2024
1 parent 1723668 commit 94a4a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:

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

- name: Publish package distributions to PyPI
if: github.event_name == 'release'
Expand Down
1 change: 0 additions & 1 deletion server/requirements.txt

This file was deleted.

0 comments on commit 94a4a4c

Please sign in to comment.