aws-deadline / deadline-cloud-test-fixtures

This package contains pytest fixtures that are used to test AWS Deadline Cloud Python packages
Apache License 2.0
9 stars 13 forks source link

chore(deps): Lower twine dependency to 5.0.* from 5.1.* #120

Closed YutongLi291 closed 3 months ago

YutongLi291 commented 3 months ago

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

Twine 5.1.* has been yanked due to https://github.com/pypa/twine/issues/1125. Leading to build errors

What was the solution? (How)

Downgrade it.

What is the impact of this change?

Build should run again in this repo

How was this change tested?

hatch build

Was this change documented?

No

Is this a breaking change?

No

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.