From 88aac763ae0fae760eafe1535921dafc46e5eb83 Mon Sep 17 00:00:00 2001 From: Rocco Meli Date: Wed, 23 Feb 2022 15:59:39 +0000 Subject: [PATCH 1/2] try to install package before deployment --- .github/workflows/pypi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index de06c24..9f2b3ec 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -25,5 +25,6 @@ jobs: FLIT_USERNAME: ${{ secrets.FLIT_USERNAME }} FLIT_PASSWORD: ${{ secrets.FLIT_PASSWORD }} run: | + python -m pip install . --no-deps flit build flit publish From e798465dc2563ee435bd941a3b9eb3530f226c2c Mon Sep 17 00:00:00 2001 From: Rocco Meli Date: Wed, 23 Feb 2022 16:05:57 +0000 Subject: [PATCH 2/2] add correct version on PyPI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9acddaf..19c0f84 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Documentation Status](https://readthedocs.org/projects/spyrmsd/badge/?version=develop)](https://spyrmsd.readthedocs.io/en/develop/?badge=develop) [![License](https://img.shields.io/github/license/RMeli/pyrmsd?color=%2333BBFF)](https://opensource.org/licenses/MIT) -[![PyPI](https://img.shields.io/badge/PyPI-v0.5.1%20-ff69b4)](https://pypi.org/project/spyrmsd/) +[![PyPI](https://img.shields.io/badge/PyPI-v0.5.2%20-ff69b4)](https://pypi.org/project/spyrmsd/) [![Conda Version](https://img.shields.io/conda/vn/conda-forge/spyrmsd.svg)](https://anaconda.org/conda-forge/spyrmsd) [![J. Cheminform.](https://img.shields.io/badge/J.%20Cheminform.-10.1186%2Fs13321--020--00455--2-blue)](https://doi.org/10.1186/s13321-020-00455-2)