Skip to content

Commit

Permalink
Merge pull request #365 from bedapub/kohleman-patch-2
Browse files Browse the repository at this point in the history
set environment to 'publishing'
  • Loading branch information
kohleman authored Oct 10, 2024
2 parents b8967a7 + 1fb3244 commit 469cd81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-auto-deploy.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: publishing
url: https://pypi.org/p/besca
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: publishing
# url: https://test.pypi.org/p/besca

# permissions:
Expand Down

0 comments on commit 469cd81

Please sign in to comment.