But one remained - the dist/ directory containing files that aren't Python package distribution files caused the upload to PyPI to fail while collecting files to upload. This PR aims to fix that by splitting out application.yml (the only non-distribution artifact) into a different directory.
Description of the changes
The last release wasn't fully released through automation as usual since the recent changes to the workflow had a few issues.
Two of them have been solved while releasing:
But one remained - the
dist/
directory containing files that aren't Python package distribution files caused the upload to PyPI to fail while collecting files to upload. This PR aims to fix that by splitting outapplication.yml
(the only non-distribution artifact) into a different directory.Have the changes in this PR been tested?
No