You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
[devpi:upload]
# Options for the devpi: PyPI serer and packaging tool
# VCS export must be deactivated since we are using setuptools-scm
no-vcs = 1
format = bdist_wheel
has a missing s in format and should be:
[devpi:upload]
# Options for the devpi: PyPI serer and packaging tool
# VCS export must be deactivated since we are using setuptools-scm
no-vcs = 1
formats = bdist_wheel
this is just silently ignored and a tar.gz is build instead of wheel...
The text was updated successfully, but these errors were encountered:
…5390e9
f5390e9 limit pypi deploy to python 2.7
3518f4e add pypi deploy on tags
af99acd update changelog
f85de3c Merge pull request #85 from esben/master
ff948dc fix bug when using callable version_scheme
c178ee7 add regression test for callable use_scm_version
4835e4d Merge pull request #82 from untitaker/error-message3
1bd11bc Improve error message, third take
e8ef5cd drop python 3.2 since pip dropped it
c5a25ed Merge pull request #80 from agronholm/master
3dd12d0 Added Python version classifiers to setup.py
ab3853e Merge pull request #76 from brianmay/fix_v_prefix
1ef9235 Update comment for previous change
77da109 Ensure we call tag_to_version
git-subtree-dir: pyscaffold/contrib/setuptools_scm
git-subtree-split: f5390e98b426da854838738c86a48b87742e259d
has a missing s in
format
and should be:this is just silently ignored and a tar.gz is build instead of wheel...
The text was updated successfully, but these errors were encountered: