Skip to content

Commit

Permalink
change kind of test
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Dec 6, 2023
1 parent ed44ce4 commit 600bc67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
CIBW_ARCHS: "${{ matrix.archs }}"
CIBW_PRERELEASE_PYTHONS: True
CIBW_SKIP: "*musllinux* pp*-win* pp31*"
CIBW_BUILD: cp310-*
CIBW_BUILD_VERBOSITY: 1

CIBW_TEST_COMMAND: >
python -c "import psutil" &&
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: wheelhouse
Expand All @@ -60,8 +60,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/download-artifact@v3
python-version: 3.11
- uses: actions/download-artifact@v4
with:
name: wheels
path: wheelhouse
Expand Down

0 comments on commit 600bc67

Please sign in to comment.