Skip to content

Commit 0e73302

Browse files
committed
CI: Allow PyPI push on manual workflow triggering
1 parent 5c9e174 commit 0e73302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
shell: bash -x -l {0}
4040
run: ./.github/ci.sh ${{ matrix.PYTHON_VERSION }}
4141
- name: Publish a Python distribution to PyPI
42-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.PYTHON_VERSION == '3.7'
42+
if: startsWith(github.ref, 'refs/tags') && matrix.PYTHON_VERSION == '3.7'
4343
uses: pypa/gh-action-pypi-publish@v1.8.5
4444
with:
4545
user: __token__

0 commit comments

Comments
 (0)