aws-deadline / deadline-cloud-for-maya

AWS Deadline Cloud for Maya
Apache License 2.0
11 stars 10 forks source link

fix: incorrect package name in create adaptor script #128

Closed moorec-aws closed 5 months ago

moorec-aws commented 5 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