Skip to content

Commit

Permalink
ci: build distribution packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Feb 14, 2023
1 parent 4829a62 commit b4f8f81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
run: |
pip install --upgrade --upgrade-strategy eager -r test-requirements.txt -e .
- name: Build distribution 📦
run: |
python setup.py sdist bdist_wheel
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit b4f8f81

Please sign in to comment.