Skip to content

Commit

Permalink
Fixed Rakefile to publish releases
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocheque committed Mar 26, 2014
1 parent a9c7daa commit c5bf4af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -71,7 +71,7 @@ task :test_travis => [] do
}
end

task :tag => [:tests] do
task :tag => [] do
sh "git tag #{VERSION}"
sh "git push origin #{VERSION}"
end
Expand All @@ -91,7 +91,7 @@ task :publish => [:tests, :tag] do
# Go to 'edit' link
# Update version and save
# Go to 'files' link and upload the file
virtual_env("python setup.py sdist upload")
virtual_env("python setup.py sdist upload", "env2.7")
end

task :default => [:tests]
Expand Down

0 comments on commit c5bf4af

Please sign in to comment.