Skip to content

Commit 41c98f6

Browse files
committed
Fix condition
1 parent 9c40927 commit 41c98f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
tox -e build
4545
- name: Publish package (TestPyPI)
46-
if: github.event_name != "release" && github.event_name == "push" && startsWith(github.ref, "refs/tags")
46+
if: github.event_name == "push"
4747
uses: pypa/gh-action-pypi-publish@release/v1
4848
with:
4949
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)