Skip to content

Commit

Permalink
Updating package build to work with Debian System
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse committed May 18, 2023
1 parent e098ab3 commit 7b931c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
pip3 install .[pypi]
- name: Build package
run: |
pip3 install --upgrade setuptools
export DEB_PYTHON_INSTALL_LAYOUT=deb_system
python -m build --no-isolation
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 7b931c1

Please sign in to comment.