Skip to content
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

typo in devpi:upload section #82

Closed
sebastianneubauer opened this issue Oct 29, 2015 · 1 comment
Closed

typo in devpi:upload section #82

sebastianneubauer opened this issue Oct 29, 2015 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@sebastianneubauer
Copy link

[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...

@FlorianWilhelm FlorianWilhelm added this to the 2.5 milestone Oct 29, 2015
@FlorianWilhelm FlorianWilhelm added the bug Something isn't working label Oct 29, 2015
@FlorianWilhelm FlorianWilhelm self-assigned this Oct 29, 2015
@FlorianWilhelm
Copy link
Member

Thanks, was an easy fix :-)

FlorianWilhelm added a commit that referenced this issue Apr 25, 2016
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants