Skip to content

Commit

Permalink
Merge pull request #34 from ranjan-mohanty/patch-tag-fixes
Browse files Browse the repository at this point in the history
PATCH: removed - check on tag
  • Loading branch information
ranjan-mohanty committed Apr 27, 2024
2 parents e0e935c + df22c42 commit 1ee6bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish - TestPyPI
on:
push:
tags:
- "**"
- '**'

permissions:
contents: read
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
github-release:
if: ${{contains(github.ref, '-rc')}}
if: ${{contains(github.ref, 'rc')}}
name: Release
needs:
- publish-to-testpypi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish - PyPI
on:
push:
tags-ignore:
- "*-rc*"
- '*rc*'

permissions:
contents: read
Expand Down

0 comments on commit 1ee6bb4

Please sign in to comment.