Commit 03668b8
authored
Fix publish to pypi action (#1127)
In #1124, I accidentally added a line doing a `pip install .` package
install to the publish flow.
This is silly, we shouldn't need to be installing the package before
building the package for pypi, and it appears to be causing failures
on the action:
https://github.com/keras-team/keras-nlp/actions/runs/5513665846/jobs/10052068366
These were not caught because we don't run the pypi action on each PR.1 parent d7c23e8 commit 03668b8
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
0 commit comments