cda-tum / mqt-qcec

MQT QCEC - A tool for Quantum Circuit Equivalence Checking
https://mqt.readthedocs.io/projects/qcec
MIT License
90 stars 21 forks source link

🩹 change PyPI upload option to kebab-case #256

Closed burgholzer closed 1 year ago

burgholzer commented 1 year ago

Description

https://github.com/pypa/gh-action-pypi-publish changed the naming convention for action parameters from snake_case to kebab-case. While the old syntax will be supported until the next major version increase, a warning is admitted as of the latest version. This PR changes the skip_existing option to skip-existing to reflect the above change and silence the warning.

Checklist:

codecov[bot] commented 1 year ago

Codecov Report

Merging #256 (bb6e4fd) into main (1599eac) will increase coverage by 0.0%. The diff coverage is n/a.

@@          Coverage Diff          @@
##            main    #256   +/-   ##
=====================================
  Coverage   96.0%   96.0%           
=====================================
  Files         34      34           
  Lines       1738    1739    +1     
  Branches     214     214           
=====================================
+ Hits        1670    1671    +1     
  Misses        68      68           
Flag Coverage Δ
cpp 95.6% <ø> (-0.1%) :arrow_down:
python 97.6% <ø> (+0.2%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

see 3 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.