aws-deadline / deadline-cloud-for-blender

AWS Deadline Cloud for Blender
Apache License 2.0
12 stars 8 forks source link

fix: incorrect package name in create adaptor script #78

Closed moorec-aws closed 7 months ago

moorec-aws commented 7 months ago

What was the problem/requirement? (What/Why)

The repository name is being referenced for a pip installation instead of the package name

What was the solution? (How)

Update the script to openjd-adaptor-runtime

What is the impact of this change?

fixes the scripts PyPi mode.

How was this change tested?

Confirmed the script ran successfully ./create_adaptor_packaging_artifact.sh

Was this change documented?

No

Is this a breaking change?

No