Skip to content

Commit

Permalink
Update workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
judahpaul16 committed Apr 28, 2024
1 parent 6585fc1 commit 0a927a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
path: dist/*

publish-testpypi:
needs: test
needs: build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && (github.event_name == 'release' || github.event_name == 'pull_request')
steps:
Expand All @@ -101,7 +101,7 @@ jobs:
TWINE_PASSWORD: ${{ secrets.TESTPYPI_API_TOKEN }}

deploy:
needs: test
needs: publish-testpypi
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && (github.event_name == 'release' || github.event_name == 'pull_request')
steps:
Expand Down

0 comments on commit 0a927a2

Please sign in to comment.