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 ab7a25d commit 0ebb3a2
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 @@ -25,6 +25,6 @@ jobs:
- name: Build deps
run: python3 -m pip install -r environments/requirements.txt
- name: Build artifacts
run: python3 setup.py sdist && python setup.py wheel
run: python3 setup.py sdist
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 0ebb3a2

Please sign in to comment.