There was an error while loading. Please reload this page.
1 parent a1ebe5d commit 559e7f2Copy full SHA for 559e7f2
1 file changed
.github/workflows/dry-run-release.yml
@@ -114,11 +114,11 @@ jobs:
114
twine check wheelhouse/*
115
116
- name: Publish package to testpypi
117
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
118
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
119
with:
120
repository-url: https://test.pypi.org/legacy/
121
user: __token__
122
password: ${{ secrets.TEST_PYPI_TOKEN }}
123
packages-dir: wheelhouse/
124
verbose: true
-
0 commit comments