From 520b6f3d6c6e08defa2366b8649f88f4da9cc83e Mon Sep 17 00:00:00 2001 From: Markus Binsteiner Date: Wed, 8 Nov 2023 10:34:15 +0100 Subject: [PATCH] ci: remove test.pypi release because it does not like git version numbers --- .github/workflows/build-linux.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build-linux.yaml b/.github/workflows/build-linux.yaml index 0a339795f..c98eff3de 100644 --- a/.github/workflows/build-linux.yaml +++ b/.github/workflows/build-linux.yaml @@ -202,11 +202,6 @@ jobs: - name: upload wheel to gemfury if: ${{ (github.ref == 'refs/heads/develop') || startsWith(github.ref, 'refs/tags') }} run: curl -F package=@$(ls dist/kiara-*.whl) https://${GEMFURY_PUSH_TOKEN}@dharpa.fury.land:443/pypi/ - - name: Publish release distributions to PyPI (test) - if: ${{ github.ref == 'refs/heads/develop' }} - uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ - name: Publish release distributions to PyPI if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1