diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79034eb..86efbb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: pip install -r requirements.txt Cython pip install Cython - name: Install dependencies - run: sudo apt-get install -y libsystemd-dev pandoc + run: sudo apt-get install -y libsystemd-dev - name: Build pystemd run: python setup.py sdist - name: Install pystemd diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index 48443c4..95f0d2a 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -9,7 +9,7 @@ permissions: jobs: main: - name: sdist + name: Publish artifacts runs-on: ubuntu-latest steps: @@ -23,7 +23,9 @@ jobs: run: | python -m pip install --upgrade --disable-pip-version-check pip python -m pip install --upgrade cython twine build wheel - + + - name: Install dependencies + run: sudo apt-get install -y libsystemd-dev - name: Build wheel and source distributions run: python setup.py sdist