-
Notifications
You must be signed in to change notification settings - Fork 21
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 TestPyPI upload #22
Conversation
Codecov Report
@@ Coverage Diff @@
## main #22 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 168 168
Lines 3756 3756
Branches 646 646
=========================================
Hits 3756 3756 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
The failed deployment to the testpypi environment can be ignored, it was just testing the workflow with a few things removed. I have added back the components that were commented out and once the PR merges the workflow will pass. |
* ci: Include package output dir in workflow step. * ci: Add a step to copy the package files to the proper directory. * ci: Create the dist directory before trying to copy files into it. Signed-off-by: v12ganesh [email protected]
Proposed changes
Fixes the TestPyPI upload workflow.
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.