-
-
Notifications
You must be signed in to change notification settings - Fork 573
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
Build and publish python sdist on PyPI #1649
Conversation
Not sure on how to test this |
Codecov Report
@@ Coverage Diff @@
## main #1649 +/- ##
=======================================
Coverage 99.26% 99.26%
=======================================
Files 343 343
Lines 18677 18677
=======================================
Hits 18540 18540
Misses 137 137 Continue to review full report at Codecov.
|
What's the difference between this and the existing workflow to publish releases? |
A source distribution is basically an archive containing the source code (both Python and C++). In contrast a wheel is what we call a built distribution: it contains the "installed" version of a package - particularly the compiled extension modules. |
Ok, I don't know how to test this either, I guess @tlestang should review it |
That all looks very good. @priyanshuone6 to test this, you can trigger this action from your own fork of PyBaMM. The |
15c7efd
to
06b8a5b
Compare
06b8a5b
to
c8e66da
Compare
Description
Add a workflow to build and publish PyBaMM's python source distribution on PyPI for Windows (.zip) and Unix (.tar.gz)