Skip to content

Commit

Permalink
Rename publish environments (#267)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
  • Loading branch information
ericwb authored Feb 5, 2024
1 parent 31cd4ba commit 8d8dd6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Build and publish to PyPI
runs-on: ubuntu-latest
environment:
name: PyPI
name: pypi
url: https://pypi.org/project/bandit
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Build and publish to Test PyPI
runs-on: ubuntu-latest
environment:
name: Test PyPI
name: test-pypi
url: https://test.pypi.org/project/bandit
permissions:
id-token: write
Expand Down

0 comments on commit 8d8dd6e

Please sign in to comment.