-
Notifications
You must be signed in to change notification settings - Fork 23
ci: Update setup for publishing #100
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
| @@ -0,0 +1,98 @@ | |||
| name: Upload Test for Pypi. | |||
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.
Note: Came in when I merged in latest main, did not make changes here in that PR.
| python3 ./tests/test_api.py | ||
| python3 ./tests/test_api.py | ||
|
|
||
| publish: release |
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.
Came in with latest main too
gpeacock
left a comment
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.
Thank you so much for this. It is LONG overdue!
| path: dist | ||
| merge-multiple: true | ||
| - name: List contents of dist directory | ||
| run: ls -la dist/ |
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.
probably don't need this now that it works, but I think I'd leave it in anyway, just to be sure
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.
Sounds good. We can remove it in subsequent PRs. And you're right, it's nice to have here to see what goes in.
Replaces #94.
Details about the update are logged in the comments on the PR (see below).
Example runs: