Skip to content

[Help wanted] I can't to upload from github to PyPI via github workflow #60

Answered by webknjaz
benvigano asked this question in Q&A
Discussion options

You must be logged in to vote

@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 packaging setup.py or use a superior PEP 517 compliant method via https://github.com/pypa/build.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@benvigano
Comment options

@webknjaz
Comment options

@benvigano
Comment options

@webknjaz
Comment options

Answer selected by webknjaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #59 on April 06, 2021 18:18.