Skip to content

Commit

Permalink
Merge 1ad0c8d into 26c5f2f
Browse files Browse the repository at this point in the history
  • Loading branch information
frebib committed Jun 24, 2022
2 parents 26c5f2f + 1ad0c8d commit 5ad2025
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,9 @@ jobs:
pip install -U pip setuptools wheel
pip install -U .
# Only building wheel; otherwise run 'python setup.py sdist bdist_wheel'
- name: Build dist
run: |
python setup.py bdist_wheel
python setup.py sdist bdist_wheel
# PyPI publish GitHub Action from https://github.com/pypa/gh-action-pypi-publish
- name: Publish package
Expand Down

0 comments on commit 5ad2025

Please sign in to comment.