Skip to content

Commit dd548f5

Browse files
committed
chore: restore project name
1 parent bf9ee4e commit dd548f5

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/upload-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ jobs:
8383
permissions:
8484
# IMPORTANT: this permission is mandatory for Trusted Publishing
8585
id-token: write
86-
needs: [sdist]
86+
needs: [linux, sdist]
8787
steps:
88-
#- name: Download aarch64 wheels artifact
89-
# uses: actions/download-artifact@v4
90-
# with:
91-
# name: wheels-aarch64
92-
# path: dist
88+
- name: Download aarch64 wheels artifact
89+
uses: actions/download-artifact@v4
90+
with:
91+
name: wheels-aarch64
92+
path: dist
9393

9494
- name: Download sdist artifact
9595
uses: actions/download-artifact@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["maturin>=1.7.4,<2.0","uniffi_bindgen>=0.28,<0.30"]
33
build-backend = "maturin"
44

55
[project]
6-
name = "c2pa-python-test"
6+
name = "c2pa"
77
dependencies = ["cffi"]
88
requires-python = ">=3.7"
99
description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library"

0 commit comments

Comments
 (0)