Can you make a dummy package to test this out? Make 1 that only does 1 thing
Try to then use the github actions template for deplyoying packages...looking at suggested actions
look into: What are best practices for version requirements? For example, users do not need to have the exact versions we are using. My understanding is you want to bound between major versions.
One part is a `setup.py' file and the other part is this GitHub auto-deployment --> how do these intreact to actually publish something?
Can you make a dummy package to test this out? Make 1 that only does 1 thing
Try to then use the github actions template for deplyoying packages...looking at suggested actions