Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
beem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
beem
Commits
5f0f8068
Commit
5f0f8068
authored
7 years ago
by
Fabian Schuh
Browse files
Options
Downloads
Patches
Plain Diff
cleanup makefile
parent
c3c4579c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+1
-8
1 addition, 8 deletions
Makefile
with
1 addition
and
8 deletions
Makefile
+
1
−
8
View file @
5f0f8068
.PHONY
:
clean-pyc clean-build docs
.PHONY
:
clean-pyc clean-build docs
TAG
:=
$(
shell git describe master
--abbrev
=
0
)
TAGSTEEM
:=
$(
shell git describe master
--abbrev
=
0 |
tr
"."
"-"
)
#
clean
:
clean-build clean-pyc
clean
:
clean-build clean-pyc
clean-build
:
clean-build
:
...
@@ -43,7 +39,4 @@ dist:
...
@@ -43,7 +39,4 @@ dist:
python3 setup.py sdist upload
-r
pypi
python3 setup.py sdist upload
-r
pypi
python3 setup.py bdist_wheel upload
python3 setup.py bdist_wheel upload
release
:
clean check dist bitshares-changelog git
release
:
clean check dist git
bitshares-changelog
:
git show
-s
--pretty
=
format:
$(
TAG
)
|
tail
-n
+4 | piston post
--file
"-"
--author
chainsquad
--permlink
"python-bitshares-changelog-
$(
TAGSTEEM
)
"
--category
bitshares
--title
"[Changelog] python-bitshares
$(
TAG
)
"
--tags
python-bitshares changelog
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment