nspcc-dev / gh-push-to-neofs

GitHub action to push things into NeoFS
MIT License
7 stars 2 forks source link

Drop distutils use #28

Open roman-khimov opened 2 weeks ago

roman-khimov commented 2 weeks ago

Current Behavior

distutils used leading to this warning:

/home/runner/work/_actions/nspcc-dev/gh-push-to-neofs/master/push-to-neofs.py:7: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives

Expected Behavior

No warning, no distutils use.

Possible Solution

Replace distutils.

Steps to Reproduce

Run the workflow, see the warning.

Your Environment