From 2bdc8fafb2a828ab34dae48de7e94ae7df1890a3 Mon Sep 17 00:00:00 2001 From: lgulich Date: Fri, 10 Apr 2020 13:19:56 +0200 Subject: [PATCH] Update pythonpublish.yml --- .github/workflows/pythonpublish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 5a928fb..6aa1a87 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -20,12 +20,12 @@ jobs: python-version: '3.x' - name: Install dependencies run: | - python3 -m pip install --upgrade pip - pip3 install setuptools wheel twine + python -m pip install --upgrade pip + pip install twine - name: Build and publish env: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | - python3 setup.py sdist bdist_wheel + python setup.py sdist twine upload dist/*