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 6fd1fa9 commit d4ac2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: '3.9'
- name: Build deps
run: python3 -m pip install -r environments/requirements.txt
run: python3 -m pip install -r environments/requirements.txt && pip install wheel
- name: Build artifacts
run: python3 setup.py sdist && python setup.py bdist_wheel
- name: Publish package distributions to PyPI
Expand Down

0 comments on commit d4ac2e6

Please sign in to comment.