Skip to content

Commit

Permalink
refactor: CI-CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrod authored Sep 18, 2024
1 parent ee1f66d commit 1486e32
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,8 @@ jobs:
path: dist/

testpypi-publish:
needs: [release1]
needs: release1
runs-on: ubuntu-latest

if: release1.outputs.released
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
Expand Down Expand Up @@ -129,8 +127,7 @@ jobs:
pypi-publish:
runs-on: ubuntu-latest

needs:
- testpypi-publish
needs: testpypi-publish

permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
Expand Down

0 comments on commit 1486e32

Please sign in to comment.