mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-25 08:35:49 +03:00
[GH-ISSUE #53] does update_version.sh update setup.py? #34
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @swharden on GitHub (Nov 27, 2016).
Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/53
setup.py has a plain text version string which I don't think will be updated by update_version.sh. It is very different in sandman2 vs sandman(1).
in the update script I wonder if the -r in the line does this somehow:
python setup.py sdist bdist_wheel upload -r pypibut the pypi page lists the version in setup.py so I'm not sure.
This update script looks very important and convenient! A line or two of documentation on what it does would help a lot.
@jeffknupp commented on GitHub (Dec 8, 2016):
the
update_versionscript is out of date and shouldn't be used (I'm going to remove it right now). Version is taken solely fromsetup.py.