-
Notifications
You must be signed in to change notification settings - Fork 10
streamline build artifacts to upload job #616
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not know it will work. Because, I think the error say there is not dist dir and probably build did not work properly.
@@ -3,6 +3,7 @@ name: Upload Python Package | |||
on: | |||
release: | |||
types: [published] | |||
workflow_dispatch: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IS it intended!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, because then we can redeploy manually if it fails unexpectedly
This is because the built package is not available in the separate deploy step. You need to pass it along from the build to the deploy step using the artifacts upload. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's see how it goes.
I see the output was not passed to the deploy step. |
No description provided.