diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6d0ede..7ab22eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,8 +25,8 @@ jobs: python-version: '3.10' cache: 'pip' - run: | - pip install -r requirements.txt - python -m build + pip install -r requirements.txt + python -m build - name: Publish a Python distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: