ENH: Update to anaconda-client v1.12.3 and simplify dependencies #67
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes anaconda/anaconda-client#702
anaconda-client
v1.12.3
adds the fixes needed forscientific-python/upload-nightly-action
v0.4.0
toanaconda-client
(c.f. AC-208: fix uploads of existing packages anaconda/anaconda-client#708), updating to this version allows for reverting the logic added in PR fix: Guard against removing package while uploading to it #64 and removingcurl
andjq
as required dependencies. 👍anaconda-client
tov1.12.3
and Python tov3.12
.Notes for reviewers
To see that the bulk of this PR is reverting PR #64, note that if you diff this PR against PR #59's commit to
main
(66bc1b6) forcmd.sh
there's no difference.PR #64 added a check in CI though for an upload that would cause a removal of the exisitng project
upload-nightly-action/.github/workflows/ci.yml
Lines 56 to 60 in 2c7042c
and we can see from this PR's CI logs that is passing still, so
anaconda-client
v1.12.3
/ anaconda/anaconda-client#708 is working as expected. 👍PR #64 was implimented because there was no interaction with the Anaconda team on anaconda/anaconda-client#702 as to when anything like anaconda/anaconda-client#708 would be implimented. :/