We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If it possible, It will has benifit to add the twine check in tox:
`python -m build --sdist --wheel . python -m twine check dist/*`
That commands run by the github action will-it-build.
will-it-build
`
The text was updated successfully, but these errors were encountered:
Indeed - we could add a check. Currently I am the only one who creates releases, so I think it is not a very urgent issue.
Sorry, something went wrong.
@tabebqena Would you like to provide a pull request?
Currently I am the only one who creates releases, so I think it is not a very urgent issue.
In one trial of my pull request, the tox ran successfully in my local code and failed after pushing it.
tox
Sorry, I think that I have no experience with it.
@tabebqena I thought a bit about it, and I do not think it is worth it.
My will-it-build GitHub Action is more like a toy example as I wanted to try out how to create a GitHub Action myself.
When running tox we already build the package, so I
do not use will-it-build any more
aa2b64c
see #137
No branches or pull requests
If it possible, It will has benifit to add the twine check in tox:
That commands run by the github action
will-it-build
.The text was updated successfully, but these errors were encountered: