Skip to content

Commit cc718e5

Browse files
committed
m
1 parent 3c3e5bc commit cc718e5

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
@@ -41,7 +41,7 @@ jobs:
4141

4242
publish-to-testpypi:
4343
name: Publish to TestPyPI
44-
if: inputs.environment == testpypy
44+
if: inputs.environment == 'testpypy'
4545
needs:
4646
- build
4747
runs-on: ubuntu-latest
@@ -66,7 +66,7 @@ jobs:
6666

6767
publish-to-pypi:
6868
name: publish
69-
if: inputs.environment == pypy
69+
if: inputs.environment == 'pypy'
7070
needs:
7171
- build
7272
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)