diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 69b93d0f..58a13c3a 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -23,20 +23,15 @@ jobs: python-version: '3.x' - name: Install dependencies run: | - python -m pip install --upgrade pip + pip install --upgrade pip pip install setuptools wheel twine - name: Install pep517 run: >- - python -m - pip install - pep517 + pip install pep517 - name: Build a binary wheel and a source tarball run: >- python -m - pep517.build - --source - --binary - --out-dir dist/ + pep517.build --source --binary --out-dir dist/ . # - name: Build and publish # run: | # python setup.py sdist bdist_wheel