We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1bded commit d239ef5Copy full SHA for d239ef5
core/python310Action/requirements.txt
@@ -1,2 +1,5 @@
1
# default packages available for action-python-v3.10
2
-r requirements_common.txt
3
+
4
+# fix issue: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools
5
+setuptools == 58.2.0
0 commit comments