From d40a5a7abb6ab9ffee62c99b1243838c7890d1d3 Mon Sep 17 00:00:00 2001 From: Sam West Date: Thu, 4 Jul 2024 14:55:04 +1000 Subject: [PATCH] fix build step --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bd5f01..8060e1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ # To trigger a release, increment the pyproject version create and push a matching git tag. e.g. to release version 0.0.2a ('a' denotes a pre-release): -# git tag -a 0.3.3 -m "0.3.3"; git push --tags +# git tag -a 0.3.4 -m "0.3.4"; git push --tags name: Python CI @@ -68,4 +68,4 @@ jobs: run: poetry config repositories.csiroenergy ${{env.PUBLISH_URL}} poetry config http-basic.csiroenergy ${{env.PUBLISH_USER}} ${{env.PUBLISH_PASSWORD}} - poetry publish --build -r csiroenergy + poetry publish -r csiroenergy