Skip to content

Commit

Permalink
Update publish workflow to use python -m build (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcao-bdai committed Jan 3, 2024
1 parent 0f76808 commit 1b89c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U setuptools wheel twine
pip install -U setuptools wheel twine build
- name: Build and publish
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit 1b89c49

Please sign in to comment.