Skip to content

Commit

Permalink
undo test pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvanderveen committed Oct 30, 2024
1 parent e0e8c1c commit d50a5a4
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 135 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ jobs:
if [[ "${{ steps.get_release_tag.outputs.release_tag }}" == "latest" ]]; then
export BUMP=True
fi
export BUMP=False
tox -e syft.protocol.check
- name: Set up Docker Buildx
Expand Down
131 changes: 129 additions & 2 deletions packages/syft/src/syft/protocol/protocol_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,134 @@
"1": {
"release_name": "0.9.1.json"
},
"2": {
"release_name": "0.9.2.json"
"dev": {
"object_versions": {
"Notification": {
"2": {
"version": 2,
"hash": "812d3a612422fb1cf53caa13ec34a7bdfcf033a7c24b7518f527af144cb45f3c",
"action": "add"
}
},
"SyftWorkerImage": {
"2": {
"version": 2,
"hash": "afd3a69719cd6d08b1121676ca8d80ca37be96ee5ed5893dc73733fbf47fd035",
"action": "add"
}
},
"SyftWorker": {
"2": {
"version": 2,
"hash": "e996dabbb8ad4ff0bc5d19528077c11f73b9300d810735d367916e4e5b9149b6",
"action": "add"
}
},
"WorkerSettings": {
"2": {
"version": 2,
"hash": "91c375dd40d06c81fc6403751ee48cbc94b9877f91e65a7e302303218dfe71fa",
"action": "add"
}
},
"ApprovalDecision": {
"1": {
"version": 1,
"hash": "ecce7c6e01af68b0c0a73605f0c2226917f0784ecce69e9f64ce004b243252d4",
"action": "add"
}
},
"UserCodeStatusCollection": {
"2": {
"version": 2,
"hash": "22a1574d4d2d5dcfa26791f2a5007bf3885dae707e175bf8cc20d0803ae54dec",
"action": "add"
}
},
"UserCode": {
"2": {
"version": 2,
"hash": "726bc406449178029c04b0b21b50f86ea12b18ea5b7dd030ad7dbfc6e60f6909",
"action": "add"
}
},
"QueueItem": {
"2": {
"version": 2,
"hash": "1d8615f6daabcd2a285b2f36fd7bef1df76cdd119dd49c02069c50fd1b9c3ff4",
"action": "add"
}
},
"ActionQueueItem": {
"2": {
"version": 2,
"hash": "bfda6ef87e4045d663324bb91a215ea06e1f173aec1fb4d9ddd337cdc1f0787f",
"action": "add"
}
},
"APIEndpointQueueItem": {
"2": {
"version": 2,
"hash": "3a46370205152fa23a7d2bfa47130dbf2e2bc7ef31f6d3fe4c92fd8d683770b5",
"action": "add"
}
},
"MongoDict": {
"1": {
"version": 1,
"hash": "57e36f57eed75e62b29e2bac1295035a9bf2c0e3c56719dac24cb6cc685be00b",
"action": "remove"
}
},
"JobItem": {
"1": {
"version": 1,
"hash": "0b32277b7d3b9bdc14a2a51cc9005f8254e7f7b6ec059ddcccbcd681a807afb6",
"action": "remove"
}
},
"DictStoreConfig": {
"1": {
"version": 1,
"hash": "2e1365c5535fa51c22eef79f67dd6444789bc829c27881367e3050e06e2ffbfe",
"action": "remove"
}
},
"NotifierSettings": {
"3": {
"version": 3,
"hash": "226c3e0d4de4368ea9eac6689427cfc27860cf51696741b8dda14f939f3d4fbe",
"action": "add"
}
},
"EmailFrequency": {
"1": {
"version": 1,
"hash": "7659117222a461a959eac7aa1aaf280033c2ca4f1029f97e76051e0474e56759",
"action": "add"
}
},
"CustomAPIView": {
"2": {
"version": 2,
"hash": "7eb2cd60e9526299c3f989930733b8bfd2e81d4e93a1b82217dec2e0a786ba10",
"action": "add"
}
},
"CreateTwinAPIEndpoint": {
"2": {
"version": 2,
"hash": "f4048d6cf886ea519df25300af17912c818095288d42f7ef9183372c9c19db79",
"action": "add"
}
},
"TwinAPIEndpoint": {
"2": {
"version": 2,
"hash": "40229be687cd4290447fe8b409ba3dc1b8d410c5dac37cebb9856fb34d7507cd",
"action": "add"
}
}
}
}
}
132 changes: 0 additions & 132 deletions packages/syft/src/syft/protocol/releases/0.9.2.json

This file was deleted.

0 comments on commit d50a5a4

Please sign in to comment.