diff options
author | Jeff Bradberry <jeff.bradberry@gmail.com> | 2024-01-10 22:46:46 +0100 |
---|---|---|
committer | Jeff Bradberry <jeff.bradberry@gmail.com> | 2024-01-11 21:49:07 +0100 |
commit | 42701f32fed5e538e7147b60519e7acf5ba8dd18 (patch) | |
tree | dbf35fa7a9dc664221ac73255f399a6901a86e26 /.github | |
parent | Update dependency django-ansible-base (#14752) (diff) | |
download | awx-42701f32fed5e538e7147b60519e7acf5ba8dd18.tar.xz awx-42701f32fed5e538e7147b60519e7acf5ba8dd18.zip |
Build the source distribution bundle to also upload to PyPI
This has been broken since 20.0.1.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/promote.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 81a7878d6e..8251ab1f9f 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -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 }} \ |