From 1fd7893ef0d5c65a4243a27535e0bc1a751ddf3c Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 4 Oct 2019 17:24:03 +0200 Subject: [PATCH] Update pypi.yml --- .github/workflows/pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index a9d682e..0c4baf3 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -20,5 +20,5 @@ jobs: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | - python setup.py sdist bdist_wheel - twine upload dist/* + sudo python setup.py sdist bdist_wheel + sudo twine upload dist/*