Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shallow-appify
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ingo Meyer
shallow-appify
Commits
22cb2726
Commit
22cb2726
authored
4 years ago
by
Ingo Meyer
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop'
parents
9d18ec86
6dce5708
No related branches found
No related tags found
No related merge requests found
Pipeline
#24696
passed
4 years ago
Stage: deploy
Stage: deploy-to-aur
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
MANIFEST.in
+3
-0
3 additions, 0 deletions
MANIFEST.in
Makefile
+0
-11
0 additions, 11 deletions
Makefile
shallow_appify/_version.py
+1
-1
1 addition, 1 deletion
shallow_appify/_version.py
with
4 additions
and
12 deletions
MANIFEST.in
0 → 100644
+
3
−
0
View file @
22cb2726
include LICENSE
include README.md
include requirements.txt
This diff is collapsed.
Click to expand it.
Makefile
deleted
100644 → 0
+
0
−
11
View file @
9d18ec86
upload
:
clean
@
[
"
$$(
git symbolic-ref -q HEAD
)
"
==
"refs/heads/master"
]
||
\
{
echo
"Uploading can only be done on the master branch."
;
exit
1
;
}
python setup.py sdist
&&
\
python setup.py bdist_wheel
--universal
&&
\
twine upload dist/
*
clean
:
rm
-rf
build dist
*
.egg-info
.PHONY
:
clean upload
This diff is collapsed.
Click to expand it.
shallow_appify/_version.py
+
1
−
1
View file @
22cb2726
...
...
@@ -5,5 +5,5 @@ from __future__ import division
from
__future__
import
print_function
from
__future__
import
unicode_literals
__version_info__
=
(
0
,
4
,
2
)
__version_info__
=
(
0
,
4
,
3
)
__version__
=
'
.
'
.
join
(
map
(
str
,
__version_info__
))
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