Build the source distribution bundle to also upload to PyPI

This has been broken since 20.0.1.
This commit is contained in:
Jeff Bradberry
2024-01-10 16:46:46 -05:00
parent 30d4df788f
commit 42701f32fe

View File

@@ -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 }} \