Skip to content

Commit

Permalink
Build the source distribution bundle to also upload to PyPI
Browse files Browse the repository at this point in the history
This has been broken since 20.0.1.
  • Loading branch information
jbradberry committed Jan 11, 2024
1 parent 30d4df7 commit 42701f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build awxkit and upload to pypi
run: |
git reset --hard
cd awxkit && python3 setup.py bdist_wheel
cd awxkit && python3 setup.py sdist bdist_wheel
twine upload \
-r ${{ env.pypi_repo }} \
-u ${{ secrets.PYPI_USERNAME }} \
Expand Down

0 comments on commit 42701f3

Please sign in to comment.