Skip to content

Commit 78d8fd6

Browse files
author
Glib Glugovskiy
committed
build: remove compresion for upload-artifacts step
1 parent d1eb6c4 commit 78d8fd6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
name: macos-wheels-${{ matrix.python-version }}-${{matrix.target}}
4040
path: dist
4141
retention-days: 3
42+
compression-level: 0
4243

4344
windows:
4445
runs-on: windows-latest
@@ -67,6 +68,7 @@ jobs:
6768
name: windows-wheels-${{ matrix.python-version }}-${{ matrix.target }}
6869
path: dist
6970
retention-days: 3
71+
compression-level: 0
7072

7173
linux:
7274
runs-on: ubuntu-latest
@@ -101,6 +103,7 @@ jobs:
101103
name: linux-wheels-${{ matrix.python-version }}-${{ matrix.target }}
102104
path: dist
103105
retention-days: 3
106+
compression-level: 0
104107

105108
# TODO Add pypy
106109

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "didkit"
3-
version = "0.3.4-alpha.1"
3+
version = "0.3.4-alpha.2"
44
authors = ["Spruce Systems, Inc."]
55
edition = "2018"
66
description = "Library for Verifiable Credentials and Decentralized Identifiers."

0 commit comments

Comments
 (0)