Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
don't span multiple lines
  • Loading branch information
vagelim committed Mar 14, 2023
1 parent d91ad51 commit b966ef7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,11 @@ jobs:

- name: Install pypa/build
run: |
python -m
pip install
build
--user
python -m pip install build --user
- name: Build a binary wheel and a source tarball
run: |
python -m
build
--sdist
--wheel
--outdir dist/
python -m build --sdist --wheel --outdir dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit b966ef7

Please sign in to comment.