Skip to content

Commit 1d38535

Browse files
author
Akbar Nurlybayev
authored
Merge pull request #4 from CentML/publish-pypi
Relax contion to trigger publish workflow
2 parents b9d1617 + 9203d19 commit 1d38535

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-and-publish-new-version.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
9292
publish-to-test-pypi:
9393
name: Publish to Test PyPI
94-
if: startsWith(github.ref, 'refs/tags')
9594
needs: publish-release
9695
runs-on: ubuntu-latest
9796
environment: Test
@@ -134,7 +133,6 @@ jobs:
134133

135134
publish-to-pypi:
136135
name: Publish to PyPI
137-
if: startsWith(github.ref, 'refs/tags')
138136
needs: publish-to-test-pypi
139137
runs-on: ubuntu-latest
140138
environment: Production

0 commit comments

Comments
 (0)