Skip to content

Commit

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

0 comments on commit e7f26a9

Please sign in to comment.