Skip to content

Commit

Permalink
Publish source distribution to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
dinvlad committed Apr 19, 2024
1 parent 1723668 commit f08b22a
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit f08b22a

Please sign in to comment.