Skip to content

Commit

Permalink
up to 0.1.6.nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
thatstoasty committed Sep 12, 2024
1 parent 5403b1e commit 33d8f51
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Build all packages

on:
push:
branches:
- main
workflow_dispatch:
pull_request:
branches:
- main
# on:
# push:
# branches:
# - main
# workflow_dispatch:
# pull_request:
# branches:
# - main
on: ["push"]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion mojoproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels = ["conda-forge", "https://conda.modular.com/max-nightly"]
description = "Experiments in porting over Golang stdlib into Mojo."
name = "gojo"
platforms = ["osx-arm64", "linux-64"]
version = "0.1.5.nightly"
version = "0.1.6.nightly"

[tasks]
tests = "bash scripts/tests.sh"
Expand Down
2 changes: 2 additions & 0 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
for file in $CONDA_BLD_PATH/**/*.conda; do
magic run rattler-build upload prefix -c "mojo-community" "$file" || true
done

rm $CONDA_BLD_PATH/**/*.conda
2 changes: 1 addition & 1 deletion src/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ context:

package:
name: "gojo"
version: 0.1.5.nightly
version: 0.1.6.nightly

source:
- path: .
Expand Down

0 comments on commit 33d8f51

Please sign in to comment.