Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
python-mqtt-gpio
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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Alexander Wellbrock
python-mqtt-gpio
Commits
fedd2c94
Commit
fedd2c94
authored
7 years ago
by
Ellis Percival
Browse files
Options
Downloads
Patches
Plain Diff
Remove schema after uploading package
parent
500f443e
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
+3
-1
3 additions, 1 deletion
Makefile
with
3 additions
and
1 deletion
Makefile
+
3
−
1
View file @
fedd2c94
schema
:
schema
:
python setup.py insert_schema
python setup.py insert_schema
packages
:
schema sdist wheel2 wheel3
clean
packages
:
clean
schema sdist wheel2 wheel3
sdist
:
schema
sdist
:
schema
python setup.py sdist
python setup.py sdist
...
@@ -16,6 +16,8 @@ clean:
...
@@ -16,6 +16,8 @@ clean:
cp
pi_mqtt_gpio/__init__.py.die pi_mqtt_gpio/__init__.py
cp
pi_mqtt_gpio/__init__.py.die pi_mqtt_gpio/__init__.py
rm
-rf
.cache .eggs build
*
.egg-info
rm
-rf
.cache .eggs build
*
.egg-info
find pi_mqtt_gpio
-type
d
-name
__pycache__
-prune
-exec
rm
-rf
{}
\;
find pi_mqtt_gpio
-type
d
-name
__pycache__
-prune
-exec
rm
-rf
{}
\;
rm
-rf
dist
upload
:
packages
upload
:
packages
twine upload dist/
*
twine upload dist/
*
$(
MAKE
)
clean
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