Skip to content

Commit fdc14a8

Browse files
committed
release process fix
1 parent 6d16f7f commit fdc14a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "${SOURCE_TAG:1}" > ml_base/version.txt
3535
3636
- name: "Build and Publish to Test PyPi"
37-
if: !contains(github.ref, "main")
37+
if: "!contains(github.ref, 'main')"
3838
env:
3939
TWINE_USERNAME: __token__
4040
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
@@ -44,7 +44,7 @@ jobs:
4444
twine upload dist/*
4545
4646
- name: "Build and Publish to PyPi"
47-
if: contains(github.ref, "main")
47+
if: "contains(github.ref, 'main')"
4848
env:
4949
TWINE_USERNAME: __token__
5050
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy