Skip to content

Commit

Permalink
Minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chapimenge3 committed Sep 1, 2022
1 parent 4580ecb commit 62ee4ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
export CHAPA_VERSION=${{ github.ref_name }}
- name: Install pypa/build
run: >-
run: |
python -m pip install build
python -m pip install wheel twine setuptools
- name: Build a binary wheel and a source tarball
run: python -m build

Expand Down

0 comments on commit 62ee4ac

Please sign in to comment.