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 904bcf5 commit abe2491Copy full SHA for abe2491
.github/workflows/release.yml
@@ -11,11 +11,6 @@ jobs:
11
- uses: actions/setup-python@v1
12
- name: Install Python dependencies
13
run: python -m pip install --upgrade pip setuptools wheel twine
14
- - uses: actions/setup-node@v1
15
- - name: Install Node dependencies
16
- run: npm install --only=dev
17
- - name: Minify JavaScript files
18
- run: npm run-script minify
19
- name: Build dist packages
20
run: python setup.py sdist bdist_wheel
21
- name: Upload packages
0 commit comments