Skip to content

Commit

Permalink
Update publishing to Pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
noscode committed Nov 6, 2024
1 parent b8c28d6 commit 6d45fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publication_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- build
runs-on: ubuntu-latest
environment:
name: pypi
name: publish-pypi
url: https://pypi.org/p/gadma
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest

environment:
name: testpypi
name: publish-testpypi
url: https://test.pypi.org/p/gadma

permissions:
Expand Down

0 comments on commit 6d45fa9

Please sign in to comment.