Skip to content

Commit

Permalink
Adds the wheel package to the build install.
Browse files Browse the repository at this point in the history
  • Loading branch information
Llewellynvdm committed Nov 14, 2023
1 parent f9c7b0f commit c454316
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-gitea-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- name: Install Twine
run: python -m pip install twine

- name: Install Wheel
run: python -m pip install wheel

- name: Build Package
run: |
python setup.py sdist bdist_wheel
Expand All @@ -63,4 +66,4 @@ jobs:
echo "password = ${{ secrets.GITEA_TOKEN }}" >> ~/.pypirc
- name: Push to Gitea
run: python3 -m twine upload --repository gitea dist/*
run: python3 -m twine upload --repository getbible dist/*

0 comments on commit c454316

Please sign in to comment.