We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4712e3c commit 3ac40e5Copy full SHA for 3ac40e5
.github/workflows/test.yml
@@ -77,3 +77,16 @@ jobs:
77
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
78
- name: Build Docker Image
79
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
90
+ python-version: 3.9
91
+ - name: Test Build Creation
92
+ run: python setup.py bdist_wheel sdist
0 commit comments