Skip to content

Commit

Permalink
fix(workflows): fix environment
Browse files Browse the repository at this point in the history
  • Loading branch information
bj00rn committed Nov 6, 2024
1 parent 6dc1bf0 commit e3a8e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

publish: # publish release package
environment:
name: Upload release to PyPI
name: pypi-publish
needs: finalize
if: ${{ contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && contains(github.ref, 'refs/tags/') }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit e3a8e35

Please sign in to comment.