diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 41b5260e..4cd74949 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,18 +16,9 @@ jobs: with: python-version: "3.10" - name: Install pypa/build - run: >- - python -m - pip install - build - --user + run: python -m pip install build --user - name: Build a package - run: >- - python -m - build - --sdist - --outdir dist/ - . + run: python -m build - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: