Skip to content

Commit 3ac40e5

Browse files
committed
test bdist_wheel and sdist
1 parent 4712e3c commit 3ac40e5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/test.yml

+13
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,16 @@ jobs:
7777
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
7878
- name: Build Docker Image
7979
run: docker build . --file docs/Dockerfile
80+
test-build:
81+
runs-on: ubuntu-latest
82+
steps:
83+
- uses: actions/checkout@v2
84+
- uses: actions/setup-node@v2-beta
85+
with:
86+
node-version: "14"
87+
- name: Use Latest Python
88+
uses: actions/setup-python@v2
89+
with:
90+
python-version: 3.9
91+
- name: Test Build Creation
92+
run: python setup.py bdist_wheel sdist

0 commit comments

Comments
 (0)