From e2bd3729873f4f5061e441a4c999c746cb746bb0 Mon Sep 17 00:00:00 2001 From: SET Date: Tue, 18 Aug 2020 16:35:07 -0300 Subject: [PATCH] Removed python init. --- .github/workflows/python-publish.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index ca58fd234..4b370c0c2 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -16,15 +16,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: '3.x' - name: Build and publish env: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | - python setup.py sdist bdist_wheel + python3 setup.py sdist bdist_wheel twine upload dist/*