Skip to content

Commit

Permalink
remove egg files before uploading to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
ipamaas committed Jun 27, 2023
1 parent 969b226 commit 01dde3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
TESTENV_BROKER_URL=$TESTENV_BROKER_URL TESTENV_SO_URL=$TESTENV_SO_URL TESTENV_FLOW_URL=$TESTENV_FLOW_URL \
pipenv run pytest -s --cov=msb_client
pipenv run python setup.py sdist bdist_wheel
- name: Remove .egg files
run: |
rm dist/*.egg || true
- name: Coveralls
uses: coverallsapp/github-action@v2
- name: Deploy to PyPI
Expand Down

0 comments on commit 01dde3a

Please sign in to comment.