Skip to content

Commit

Permalink
Remove non-distributed package before building a release
Browse files Browse the repository at this point in the history
  • Loading branch information
uros-r authored Jan 6, 2024
1 parent 421db08 commit dfb5276
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:

- name: Tag and push
run: |
# remove optional dependencies that we don't distribute
poetry remove cython fa2
# get git user deets from last commit
git config --local user.email "$(git log --format='%ae' HEAD^!)"
git config --local user.name "$(git log --format='%an' HEAD^!)"
Expand Down

0 comments on commit dfb5276

Please sign in to comment.