Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
masklinn committed Nov 23, 2024
1 parent 3c3e5bc commit cc718e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

publish-to-testpypi:
name: Publish to TestPyPI
if: inputs.environment == testpypy
if: inputs.environment == 'testpypy'
needs:
- build
runs-on: ubuntu-latest
Expand All @@ -66,7 +66,7 @@ jobs:

publish-to-pypi:
name: publish
if: inputs.environment == pypy
if: inputs.environment == 'pypy'
needs:
- build
runs-on: ubuntu-latest
Expand Down

0 comments on commit cc718e5

Please sign in to comment.