From b1ff907660c72efbfa5ac6196807e4fd4de04d45 Mon Sep 17 00:00:00 2001 From: Niels Maeder Date: Mon, 24 Jun 2024 18:22:02 +0200 Subject: [PATCH] formatting --- .github/workflows/CI.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index e466c0a..27eb451 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -76,4 +76,3 @@ jobs: # PKG_VERSION=$(nonadditivity --version | sed -n -e 's/^.*version //p') # PYPI_VERSION=$(curl https://pypi.org/pypi/nonadditivity/json | jq -r '.version') # if [ $PKG_VERSION > $PYPI_VERSION ]; then poetry publish --build -u $PYPI_UN -p $PYPI_PW ; fi -