Skip to content

Commit

Permalink
Publish wheels to the PyPi registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jun 8, 2023
1 parent f819cbb commit 2b36c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
tox -e testcore
- name: Build Python source tarball
run: python setup.py sdist
run: python setup.py sdist bdist_wheel

- name: Publish package to PyPI
if: ${{ github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit 2b36c70

Please sign in to comment.