Update pypi.yml

This commit is contained in:
VirtuBox
2019-10-05 00:42:35 +02:00
committed by GitHub
parent 18b022ca72
commit 8120a3860e

View File

@@ -13,8 +13,9 @@ jobs:
python-version: '3.x' python-version: '3.x'
- name: Install dependencies - name: Install dependencies
run: | run: |
python3 -m pip install --upgrade pip sudo python3 -m pip install --upgrade pip
python3 -m pip install setuptools wheel twine sudo python3 -m pip install setuptools wheel twine
sudo python3 -m pip install --upgrade setuptools wheel twine
- name: Build and publish - name: Build and publish
env: env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}