Skip to content

Commit

Permalink
Add environment to workflow publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
danirus committed Sep 1, 2023
1 parent ea0bd69 commit b69092a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
publish:
if: github.event_name == 'release'
runs-on: ubuntu-latest
environment: PyPI
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v3
Expand Down

0 comments on commit b69092a

Please sign in to comment.