Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release.yaml to work with new upload/download
actions/upload-artifact and actions/download-artifact both were updated with breaking changes which caused release.yaml not to run anymore. This attempts to fix the release mechanism to working order again. Key change is that upload-artifact must now use unique names and dowload-artifact must be changed to merge all files into a single directory for twine to pick up.
- Loading branch information