Skip to content

Commit a4936ec

Browse files
authored
Merge pull request #117 from lsetiawan/add_dist_test
ci: Update CD action to include multi-platform install check
2 parents 8fb449a + ae9b2be commit a4936ec

File tree

2 files changed

+11
-37
lines changed

2 files changed

+11
-37
lines changed

.github/workflows/build.yml

-37
This file was deleted.

.github/workflows/cd.yml

+11
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@ jobs:
5454
repository-url: https://test.pypi.org/legacy/
5555
verbose: true
5656
skip-existing: true
57+
58+
check-test-pypi:
59+
needs: [test-built-dist]
60+
name: Check Test Distribution Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
61+
runs-on: ${{ matrix.runs-on }}
62+
strategy:
63+
fail-fast: false
64+
matrix:
65+
python-version: ["3.8", "3.9", "3.10"]
66+
runs-on: [ubuntu-latest, macos-14]
67+
steps:
5768
- name: Check pypi packages
5869
run: |
5970
sleep 3

0 commit comments

Comments
 (0)