Skip to content

Commit

Permalink
Merge pull request #117 from lsetiawan/add_dist_test
Browse files Browse the repository at this point in the history
ci: Update CD action to include multi-platform install check
  • Loading branch information
jomey authored Aug 23, 2024
2 parents 8fb449a + ae9b2be commit a4936ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 37 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/build.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@ jobs:
repository-url: https://test.pypi.org/legacy/
verbose: true
skip-existing: true

check-test-pypi:
needs: [test-built-dist]
name: Check Test Distribution Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
runs-on: ${{ matrix.runs-on }}
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
runs-on: [ubuntu-latest, macos-14]
steps:
- name: Check pypi packages
run: |
sleep 3
Expand Down

0 comments on commit a4936ec

Please sign in to comment.