-
Notifications
You must be signed in to change notification settings - Fork 26
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
update release workflow #220
Conversation
.github/workflows/upload_package.yml
Outdated
python -m build | ||
twine check --strict dist/* | ||
pip install setuptools wheel twine jupyter urllib3 pandas pyyaml | ||
python setup.py sdist bdist_wheel |
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.
@jGaboardi does this line with setup.py still work with pyproject.toml? I thought you had to use pip install .
?
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.
See here in spaghetti
's release workflow.
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.
ah ok thanks. I snagged the last one from spopt
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.
Have not had enough time recently to sync everything 😰
Codecov Report
@@ Coverage Diff @@
## main #220 +/- ##
===========================================
+ Coverage 71.38% 81.88% +10.50%
===========================================
Files 67 66 -1
Lines 2628 2291 -337
===========================================
Hits 1876 1876
+ Misses 752 415 -337 |
No description provided.