From 8016f6b8b6afa5e424e66fb711defc193cc6f031 Mon Sep 17 00:00:00 2001 From: Aymeric Galan Date: Wed, 17 Apr 2024 14:54:03 +0200 Subject: [PATCH] Test workflow to push a test release to PyPI --- .github/workflows/publish-package.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 4e5505d..48b62a6 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -33,7 +33,7 @@ jobs: publish-to-pypi: name: >- Publish distribution to PyPI - if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes (15 MIN DELAY using pypi github deployment) + if: startsWith(github.ref, 'refs/tags/v') # only publish to PyPI on tag pushes (15 MIN DELAY using pypi github deployment) needs: - build runs-on: ubuntu-latest @@ -97,7 +97,7 @@ jobs: publish-to-testpypi: name: Publish distribution to TestPyPI - if: startsWith(github.ref, 'refs/tags/') # only publish to TestPyPI on tag pushes (NO DELAY using testpypi github deployment) + if: startsWith(github.ref, 'refs/tags/t') # only publish to TestPyPI on tag pushes (NO DELAY using testpypi github deployment) needs: - build runs-on: ubuntu-latest diff --git a/README.md b/README.md index ac0312f..08d9d37 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -COOLEST logo -COOLEST logo +COOLEST logo +COOLEST logo # Standard for Strong Gravitational Lensing Analyses