From b07e356ab5774e653bb7ff66c9038a652edb49ec Mon Sep 17 00:00:00 2001 From: Ian Hunt-Isaak Date: Thu, 15 Apr 2021 13:43:39 -0400 Subject: [PATCH] Also publish wheels to pypi --- .github/workflows/manual_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual_publish.yml b/.github/workflows/manual_publish.yml index 9d843a3..5dbc3b9 100644 --- a/.github/workflows/manual_publish.yml +++ b/.github/workflows/manual_publish.yml @@ -20,7 +20,7 @@ jobs: python-version: '3.7' architecture: 'x64' - name: Install dependencies - run: python -m pip install jupyterlab jupyter_packaging + run: python -m pip install jupyterlab jupyter_packaging wheel - name: Build run: | npm config set ignore-scripts true @@ -31,7 +31,7 @@ jobs: jupyter labextension list 2>&1 | grep -ie "@lckr/jupyterlab_variableinspector.*OK" python -m jupyterlab.browser_check - name: Package - run: python setup.py sdist + run: python setup.py sdist bdist_wheel - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@master with: