Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix publish to pypi action #1127

Merged

Conversation

mattdangerw
Copy link
Member

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.

In keras-team#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.
@mattdangerw mattdangerw merged commit 03668b8 into keras-team:master Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants