mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Build the source distribution bundle to also upload to PyPI
This has been broken since 20.0.1.
This commit is contained in:
2
.github/workflows/promote.yml
vendored
2
.github/workflows/promote.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
|||||||
- name: Build awxkit and upload to pypi
|
- name: Build awxkit and upload to pypi
|
||||||
run: |
|
run: |
|
||||||
git reset --hard
|
git reset --hard
|
||||||
cd awxkit && python3 setup.py bdist_wheel
|
cd awxkit && python3 setup.py sdist bdist_wheel
|
||||||
twine upload \
|
twine upload \
|
||||||
-r ${{ env.pypi_repo }} \
|
-r ${{ env.pypi_repo }} \
|
||||||
-u ${{ secrets.PYPI_USERNAME }} \
|
-u ${{ secrets.PYPI_USERNAME }} \
|
||||||
|
|||||||
Reference in New Issue
Block a user