-
Notifications
You must be signed in to change notification settings - Fork 334
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
Local-first wheel publishing #4454
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.
This looks nice (assuming it works).
- name: Save wheel artifact | ||
if: ${{ inputs.WHEEL_ARTIFACT_NAME != '' }} | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: ${{inputs.WHEEL_ARTIFACT_NAME}} | ||
path: dist | ||
path: dist/${{ needs.set-config.outputs.TARGET }} |
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.
Does anything use the intermediate github artifact now, or can this go away with everything just using gcloud?
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.
there are jobs using it still, but it's possible to remove it altogether. would like to leave that for another PR
What
Based on #4275
Part of #4169
Checklist