Skip to content

Commit

Permalink
Add username/password env vars to Clojars publish repository (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanchezdev committed Feb 2, 2023
1 parent 0dac9b4 commit db581b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
:license {:name "MIT License"}

:repositories [["publish" {:url "https://clojars.org/repo"
:username :env/clojars_username
:password :env/clojars_passwd
:sign-releases false}]]

:dependencies [[clojupyter "0.3.6"] ;; this dependency needs to be
Expand Down

0 comments on commit db581b2

Please sign in to comment.