unitaryfund / mitiq

Mitiq is an open source toolkit for implementing error mitigation techniques on most current intermediate-scale quantum computers.
https://mitiq.readthedocs.io
GNU General Public License v3.0
358 stars 157 forks source link

Investigate why the release action did not trigger #631

Closed nathanshammah closed 3 years ago

nathanshammah commented 3 years ago

Issue Description

Investigate why the release action did not trigger on the latest release, 0.7.0.

Additional info

See https://github.com/unitaryfund/mitiq/actions/workflows/publish-pypi.yml.

crazy4pi314 commented 3 years ago

I can post mortem this:

Basically the syntax for the files as currently on master was invalid as you can see here: https://github.com/unitaryfund/mitiq/actions/runs/619303706/workflow#L11

Once we merge #597 I think this should be resolved, so I would move to close this once that is done. 👍