sustainable-processes / pura

Clean chemical data quickly
MIT License
10 stars 3 forks source link

Update setup-poetry action to v8 #50

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

This PR updates the version of the setup-poetry action used in our GitHub workflow from v7 to v8. This change is applied in both the build and publish jobs of the workflow.

The setup-poetry action is used to set up Poetry, a tool for dependency management and packaging in Python. Updating to the latest version ensures we have the latest features and improvements, and stay up-to-date with any potential security fixes.

Please review and let me know if there are any concerns.

Fixes #49.