-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
modernize setup.cfg and pyproject.toml #77
Conversation
Codecov Report
@@ Coverage Diff @@
## master #77 +/- ##
==========================================
+ Coverage 45.49% 47.01% +1.52%
==========================================
Files 3 3
Lines 244 251 +7
Branches 62 62
==========================================
+ Hits 111 118 +7
Misses 123 123
Partials 10 10
Continue to review full report at Codecov.
|
Uploaded information on test pypi looks fine. |
[tool.setuptools_scm] | ||
# this empty section means: use_scm_version=True | ||
version_scheme = "guess-next-dev" | ||
local_scheme = "no-local-version" |
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.
PyPI does not allow local-version part +ga4d8bf9
> twine upload -r testpypi dist\django-redshift-backend-2.0.2.dev8+ga4d8bf9.tar.gz
Uploading distributions to https://test.pypi.org/legacy/
Uploading django-redshift-backend-2.0.2.dev8+ga4d8bf9.tar.gz
...
HTTPError: 400 Bad Request from https://test.pypi.org/legacy/
'2.0.2.dev8+ga4d8bf9' is an invalid value for Version. Error: Can't use PEP 440 local versions. See https://packaging.python.org/specifications/core-metadata for more information.
Feature or Bugfix
Purpose
Detail
Relates