Skip to content

Commit ecdb73a

Browse files
authored
debug github actions
1 parent b55b142 commit ecdb73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: success()
6565
steps:
6666
- name: Publish a Python distribution to PyPI
67-
if: github.ref == refs/heads/release && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
67+
if: github.ref == 'refs/heads/release' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
6868
uses: pypa/gh-action-pypi-publish@master
6969
with:
7070
skip_existing: true

0 commit comments

Comments
 (0)