We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The GA workflow to publish the package to pypi fails.
The issue is that the README.rst is not valid. One can check it's validity using:
README.rst
$ python3 -m pip install build, twine $ python3 -m build --sdist $ twine check dist/* Checking dist/ocpp-1.0.0.tar.gz: FAILED ERROR `long_description` has syntax errors in markup and would not be rendered on PyPI. line 62: Warning: Title underline too short. Charging Station Management System (CSMS) / Central System ~~~~~~~~~~~~~~
For more information, read We should fix the issue and modify our GA workflow to prevent this issue from happening again.
For more information, read:
After the fixes, I suggest we create a v1.01 release
The text was updated successfully, but these errors were encountered:
Fix release to PYPI (#636)
52e33d2
This commit fixes formatting README.rst so that PYPI accepts it. Fixes: #631
Fix release to PYPI (mobilityhouse#636)
2dbf64a
This commit fixes formatting README.rst so that PYPI accepts it. Fixes: mobilityhouse#631
Jared-Newell-Mobility
Successfully merging a pull request may close this issue.
The GA workflow to publish the package to pypi fails.
The issue is that the
README.rst
is not valid.One can check it's validity using:
For more information, read
We should fix the issue and modify our GA workflow to prevent this issue from happening again.
For more information, read:
After the fixes, I suggest we create a v1.01 release
The text was updated successfully, but these errors were encountered: