File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 python-version : ' 3.12'
1818 - name : Build
1919 run : |
20- pip install wheel
21- python setup.py sdist bdist_wheel
20+ pip install tox
21+ tox -e build
2222 - name : Release
2323 uses : pypa/gh-action-pypi-publish@release/v1
2424 with :
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ authors:
1414 given-names : Daniel
1515 orcid : https://orcid.org/0000-0001-9447-460X
1616title : " runcrate"
17- version : 0.6.0
17+ version : 0.6.1
1818doi : 10.5281/zenodo.7762627
1919date-released : 2025-02-18
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = "0.6.0 "
15+ __version__ = "0.6.1 "
You can’t perform that action at this time.
0 commit comments