Skip to content

Commit 7f0cb4a

Browse files
Update ci.yml for ledger certificates package (#43368)
* update artifact name * nit * fix file * add py 3.14 * update changelog --------- Co-authored-by: catalinaperalta <[email protected]>
1 parent 65fae0b commit 7f0cb4a

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Release History
22

3-
## 1.0.0b1 (2025-10-10)
3+
## 1.0.0b1 (2025-10-14)
4+
5+
### Other Changes
46

57
- Initial version

sdk/confidentialledger/azure-confidentialledger-certificate/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3.13",
29+
"Programming Language :: Python :: 3.14",
2930
]
3031
requires-python = ">=3.9"
3132
keywords = ["azure", "azure sdk"]

sdk/confidentialledger/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@ extends:
3232
Artifacts:
3333
- name: azure-confidentialledger
3434
safeName: azureconfidentialledger
35+
- name: azure-confidentialledger-certificate
36+
safeName: azureconfidentialledgercertificate
3537
- name: azure-mgmt-confidentialledger
3638
safeName: azuremgmtconfidentialledger

0 commit comments

Comments
 (0)