Skip to content

Commit

Permalink
Set environment in publish to testpypi CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
AnesBenmerzoug committed Oct 29, 2024
1 parent f9729f4 commit 9229e76
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,10 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
concurrency:
group: publish-testpypi
# TODO: uncomment once the repository and testpypi are configured
permissions:
id-token: write
# environment:
# name: testpypi
environment:
name: testpypi
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9229e76

Please sign in to comment.