Skip to content

Commit

Permalink
simplify dependencies in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ricopinazo committed May 16, 2023
1 parent 3efca44 commit 7ac34d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
path: dist/*

test-publish:
needs: [test, release]
needs: release
runs-on: ubuntu-latest
permissions:
id-token: write
Expand All @@ -81,7 +81,7 @@ jobs:
repository-url: https://test.pypi.org/legacy/

publish:
needs: [test, release, test-publish]
needs: test-publish
runs-on: ubuntu-latest
environment: publishing
permissions:
Expand Down

0 comments on commit 7ac34d0

Please sign in to comment.