-
This is my package: https://github.com/ben981/scriptifier
Am I missing something? Do I need to upload it / create a repository in PyPI before doing this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@ben981 in your script, you are attempting to execute a file called |
Beta Was this translation helpful? Give feedback.
@ben981 in your script, you are attempting to execute a file called
setup.py
but it does not exist. This is something that this action does not do, it's all in your workflow. You could either implement packagingsetup.py
or use a superior PEP 517 compliant method via https://github.com/pypa/build.