Skip to content

Commit

Permalink
Fix environment in python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darknetehf authored Jan 1, 2024
1 parent af7300d commit b599879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- build
runs-on: ubuntu-latest
environment:
name: pypi
name: production
url: https://pypi.org/p/plotcap # Replace <package-name> with your PyPI project name
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-latest

environment:
name: testpypi
name: development
url: https://test.pypi.org/p/plotcap

permissions:
Expand Down

0 comments on commit b599879

Please sign in to comment.