yearning-cli 0.1.7__tar.gz → 0.1.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -39,7 +39,6 @@ jobs:
39
39
  tags: |
40
40
  type=ref,event=tag
41
41
  type=semver,pattern={{version}}
42
- type=sha,prefix=sha-
43
42
  type=raw,value=latest
44
43
 
45
44
  - name: Build and push
@@ -47,7 +46,7 @@ jobs:
47
46
  with:
48
47
  context: .
49
48
  file: ./Dockerfile
50
- platforms: linux/amd64
49
+ platforms: linux/amd64,linux/arm64
51
50
  push: true
52
51
  tags: ${{ steps.meta.outputs.tags }}
53
52
  labels: ${{ steps.meta.outputs.labels }}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yearning-cli
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: Yearning MySQL Audit Platform CLI Tool
5
5
  Project-URL: Homepage, https://github.com/la3rence/yearning-cli
6
6
  Project-URL: Repository, https://github.com/la3rence/yearning-cli
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "yearning-cli"
3
- version = "0.1.7"
3
+ version = "0.1.8"
4
4
  description = "Yearning MySQL Audit Platform CLI Tool"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -218,7 +218,7 @@ wheels = [
218
218
 
219
219
  [[package]]
220
220
  name = "yearning-cli"
221
- version = "0.1.7"
221
+ version = "0.1.8"
222
222
  source = { editable = "." }
223
223
  dependencies = [
224
224
  { name = "msgpack" },
File without changes
File without changes
File without changes
File without changes