Fix spelling error, bump version to 2.2.2#130
Fix spelling error, bump version to 2.2.2#130ikalchev merged 2 commits intoikalchev:devfrom cdce8p:fix-setup_cfg
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #130 +/- ##
=======================================
Coverage 52.08% 52.08%
=======================================
Files 15 15
Lines 1342 1342
Branches 138 138
=======================================
Hits 699 699
Misses 628 628
Partials 15 15
|
scripts/release
Outdated
| fi | ||
|
|
||
| # Upgrade setuptools to the latest version | ||
| python3 -m pip install --upgrade setuptools |
There was a problem hiding this comment.
What is the reason to add this?
There was a problem hiding this comment.
I noticed the the metadata project_urls weren't redenered correctly and that the tag bdist_wheel (0.30.0) was included. That led me to belive that the setuptools version is probably outdated. Since this happend to me as well, I decided to add this.
If you want to, I'll remove it.
Just running pip install --upgrade setuptools would be enough as well.
There was a problem hiding this comment.
This may unexpectedly change the user env, I would prefer not to do it, if it is OK for you
There was a problem hiding this comment.
Absolutely! In that case it might be best to remove the wheel and twine installs down below as well.
|
I've removed all |
|
Unfortunately I will not be able to do another release for a few hours |
|
No problem. It was my fault to begin with. |
Unfortunately I had wrote
dateinstead ofdata, which resulted in the wheel being broken again 😞The upside is that it should work now, which I could test, since I just found out that I had to delete the build directory before I start a new one.