Skip to content

Commit 4539d39

Browse files
Drop IOHK sbstituters (#738)
* Drop IOHK sbstituters - Causes errors in WFs executions, don't need this * Set Version: 0.1.138 --------- Co-authored-by: devops <[email protected]>
1 parent 8f0ab87 commit 4539d39

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/update-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
install_url: https://releases.nixos.org/nix/nix-2.30.1/install
3333
extra_nix_config: |
3434
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
35-
substituters = http://cache.nixos.org https://hydra.iohk.io
36-
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
35+
substituters = http://cache.nixos.org
36+
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
3737
- name: 'Install Cachix'
3838
uses: cachix/cachix-action@v14
3939
with:

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.137
1+
0.1.138

pykwasm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pykwasm"
7-
version = "0.1.137"
7+
version = "0.1.138"
88
description = ""
99
readme = "README.md"
1010
requires-python = "~=3.10"

0 commit comments

Comments
 (0)