Skip to content

Commit

Permalink
Merge pull request #79 from aleivag/addlibsystemd
Browse files Browse the repository at this point in the history
adding libsystemd to release pipeline
  • Loading branch information
davide125 authored Apr 5, 2023
2 parents c0f0e70 + 9ae92a2 commit 7f55181
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
main:
name: sdist
name: Publish artifacts
runs-on: ubuntu-latest

steps:
Expand All @@ -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
Expand Down

0 comments on commit 7f55181

Please sign in to comment.