Skip to content
Discussion options

You must be logged in to vote

You could probably compute the hash of your data blob and save that+timestamp in a text file in sdist (you could think of it as a cache key too). Then, you'd have to have a job/step before building your new dists that could download that sdist, untar it and make checks to decide whether to proceed.

I guess you could also add this data and even importable/invocable helpers into wheels and just install it, then retrieve the data by calling something. But this might be an overkill if you don't have a use case for exposing that to the end-users.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by masklinn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants