summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJeff Bradberry <jeff.bradberry@gmail.com>2024-01-10 22:46:46 +0100
committerJeff Bradberry <jeff.bradberry@gmail.com>2024-01-11 21:49:07 +0100
commit42701f32fed5e538e7147b60519e7acf5ba8dd18 (patch)
treedbf35fa7a9dc664221ac73255f399a6901a86e26 /.github
parentUpdate dependency django-ansible-base (#14752) (diff)
downloadawx-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.yml2
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 }} \