We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d6be9 commit faf05beCopy full SHA for faf05be
Rakefile
@@ -13,11 +13,11 @@ end
13
14
desc "Build and release a source distribution"
15
task :release do
16
- # Create source and wheel distributions
17
- system "python setup.py sdist bdist_wheel"
+ # Create source and wheel distributions
+ system "python setup.py sdist bdist_wheel"
18
19
- # Upload using Twine
20
- system "python -m twine upload dist/*"
+ # Upload using Twine
+ system "python -m twine upload dist/*"
21
end
22
23
task :default => :test
0 commit comments