Skip to content

Commit

Permalink
Only run wheel upload test in upstream repo. (#4)
Browse files Browse the repository at this point in the history
Forks do not have authorization to access the test repo.
  • Loading branch information
aebrahim authored Sep 28, 2023
1 parent 63496a0 commit ffc5376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
upload_wheel_test:
needs: [build_wheel]
runs-on: ubuntu-latest
if: github.repository_owner == 'DelfinaCare'
environment:
name: pypi-test
url: https://pypi.org/p/once-py
Expand Down

0 comments on commit ffc5376

Please sign in to comment.