diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 81a7878d6e80..8251ab1f9f6b 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 }} \