Skip to content

Commit faf05be

Browse files
committed
Indenting
1 parent 00d6be9 commit faf05be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Rakefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ end
1313

1414
desc "Build and release a source distribution"
1515
task :release do
16-
# Create source and wheel distributions
17-
system "python setup.py sdist bdist_wheel"
16+
# Create source and wheel distributions
17+
system "python setup.py sdist bdist_wheel"
1818

19-
# Upload using Twine
20-
system "python -m twine upload dist/*"
19+
# Upload using Twine
20+
system "python -m twine upload dist/*"
2121
end
2222

2323
task :default => :test

0 commit comments

Comments
 (0)