Skip to content

Commit

Permalink
[#4803] improvement(client-python): Delete egg-info directory due to …
Browse files Browse the repository at this point in the history
…Python package renamed improvement (#4821)

### What changes were proposed in this pull request?

* Modify `clean` task to delete `apache_gravitino.egg_info`

### Why are the changes needed?

Fix: #4803 

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

./gradlew client:client-python:clean

Co-authored-by: TimWang <[email protected]>
  • Loading branch information
noidname01 and TimWang authored Aug 30, 2024
1 parent 363af78 commit 252b4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/client-python/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ tasks {
delete("dist")
delete("docs")
delete("gravitino/version.ini")
delete("gravitino.egg-info")
delete("apache_gravitino.egg-info")
delete("tests/unittests/htmlcov")
delete("tests/unittests/.coverage")
delete("tests/integration/htmlcov")
Expand Down

0 comments on commit 252b4c4

Please sign in to comment.