Skip to content

Commit

Permalink
Update pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sprivite authored Jan 9, 2024
1 parent 515ef1a commit 8ca2af6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Build dist
run: pip install -r environments/requirements.txt && python setup.py bdist
- name: Build deps
run: pip install -r environments/requirements.txt && python3 -m pip install build
- name: Build sdist
run: python3 -m build --sdist && python3 -m build --wheel
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 8ca2af6

Please sign in to comment.