We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9e174 commit 0e73302Copy full SHA for 0e73302
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
shell: bash -x -l {0}
40
run: ./.github/ci.sh ${{ matrix.PYTHON_VERSION }}
41
- name: Publish a Python distribution to PyPI
42
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.PYTHON_VERSION == '3.7'
+ if: startsWith(github.ref, 'refs/tags') && matrix.PYTHON_VERSION == '3.7'
43
uses: pypa/gh-action-pypi-publish@v1.8.5
44
with:
45
user: __token__
0 commit comments