Skip to content

Commit

Permalink
pypi_check shouldn't call setup.py - switch to pipx run build (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Nov 13, 2023
1 parent b04783a commit 9db11ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ jobs:

- name: Install dependencies
run: |
pip install setuptools cython numpy twine
pip install pipx twine
- name: Build package
run: |
python setup.py sdist
python -m pipx run build --sdist
- name: Check package build
run: |
Expand Down

0 comments on commit 9db11ef

Please sign in to comment.