Skip to content

Commit

Permalink
Test workflow to push a test release to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
aymgal committed Apr 17, 2024
1 parent 71cfdcd commit 8016f6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<img src="https://github.com/aymgal/COOLEST/blob/main/images/full_logo.png#gh-light-mode-only" width="800" alt="COOLEST logo" />
<img src="https://github.com/aymgal/COOLEST/blob/main/images/full_logo_dark_bg.png#gh-dark-mode-only" width="800" alt="COOLEST logo" />
<img src="https://github.com/aymgal/COOLEST/blob/main/images/full_logo.png#gh-light-mode-only" width="600" alt="COOLEST logo" />
<img src="https://github.com/aymgal/COOLEST/blob/main/images/full_logo_dark_bg.png#gh-dark-mode-only" width="600" alt="COOLEST logo" />

# Standard for Strong Gravitational Lensing Analyses

Expand Down

0 comments on commit 8016f6b

Please sign in to comment.