f4pga / actions

GitHub Actions to be reused in CI workflows
Apache License 2.0
1 stars 6 forks source link

Make sure that tests are run on built packages before uploading #9

Open mithro opened 3 years ago

mithro commented 3 years ago

The Python packages should actually be tested before uploading to PyPI.

This maybe could be done by combining install-and-test and build-and-upload-for-pypi-XXXX?