google / qhbm-library

Quantum Hamiltonian-Based Models built on TensorFlow Quantum
https://qhbm-library.readthedocs.io/en/latest/
Apache License 2.0
40 stars 15 forks source link

Add automatic dev version publisher #108

Closed zaqqwerty closed 2 years ago

zaqqwerty commented 2 years ago

Add GitHub action to publish dev versions. Resolves #87

On merges into main, the new script publishes a development version of the library to PyPi. The published version will be the current version field in pyproject.toml with the current time appended.

Changed file endings since the official recommendation is to prefer .yaml over .yml

xref #49 , do we still need setup.py in the library? For now I removed it since the poetry commands used to change version don't touch the setup file. If it's still needed I can add it back for now.