Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jrm5100 committed Mar 11, 2021
1 parent efbc752 commit 6c6d421
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ jobs:
run: python3 -m pip install --upgrade twine wheel

- name: Build
run: git clean -dfx
python setup.py sdist
python setup.py bdist_wheel
run: |
git clean -dfx
python setup.py sdist
python setup.py bdist_wheel
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit 6c6d421

Please sign in to comment.