Skip to content

Commit

Permalink
Remove egg files before upload (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
philcluff authored Oct 13, 2023
1 parent 9368340 commit 19e2714
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: pip install --user --upgrade setuptools wheel twine
- name: Build Package
run: python setup.py sdist bdist_wheel
- name: Remove .egg files
run: rm dist/*.egg
- name: Push Package to PyPi
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
Expand Down

0 comments on commit 19e2714

Please sign in to comment.