Skip to content

Commit

Permalink
Fix deploy environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Mar 4, 2024
1 parent 7d55521 commit 2994ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:

deploy:
name: Deploy
environment: release
environment: pypi
runs-on: ubuntu-latest
needs: [check]
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 2994ccc

Please sign in to comment.