Skip to content

Commit

Permalink
Update workflows (#10)
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
Nitnelav authored Jul 26, 2024
1 parent 3907cd7 commit ef04745
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 @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/acoustic-tools
url: https://pypi.org/p/acoustic-toolbox
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
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 @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: testpypi
url: https://test.pypi.org/p/acoustic-tools
url: https://test.pypi.org/p/acoustic-toolbox
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
Expand Down

0 comments on commit ef04745

Please sign in to comment.