Skip to content

Commit

Permalink
Merge pull request #9 from hdrake/release-as-module
Browse files Browse the repository at this point in the history
Release as module (with TagBot)
  • Loading branch information
hdrake authored May 28, 2020
2 parents 2715489 + 304b6cc commit 3b3fb4c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: TagBot
on:
schedule:
- cron: 0 0 * * *
jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
8 changes: 7 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "ClimateMARGO"
uuid = "39978bfe-ac6a-4fbe-9981-75100ee30276"
uuid = "d3f62095-a717-45bf-aadc-ac9dfc258fa6"
version = "0.0.1"

[deps]
Expand All @@ -12,6 +12,12 @@ PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"

[compat]
julia = "1.3"
Formatting = "0.4.1"
IJulia = "1.21.2"
Ipopt = "0.6.2"
JuMP = "0.21.2"
PyCall = "1.91.4"
PyPlot = "2.9.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[deps]
ClimateMARGO = "39978bfe-ac6a-4fbe-9981-75100ee30276"
ClimateMARGO = "d3f62095-a717-45bf-aadc-ac9dfc258fa6"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

0 comments on commit 3b3fb4c

Please sign in to comment.