Forgot your password?
defmodule MyPackage.MixProject do use Mix.Project def project do [ app: :my_package, version: "1.0.0", hex: [ api_url: "https://hex.codecodeship.com/api" ], name: "My Package" ] end end
mix hex.user auth
mix hex.publish