Skip to content

Commit 4be3b24

Browse files
fix: address comments
1 parent b0706b6 commit 4be3b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_for_pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666

6767

6868
publish_to_pypi:
69+
if: github.ref_type == 'tag'
6970
needs:
7071
- build_dist_for_pypi
7172
- build_src_for_pypi
@@ -78,7 +79,6 @@ jobs:
7879
with:
7980
pattern: cibw-*
8081
- name: Publish package to PyPi
81-
if: github.ref_type == 'tag'
8282
uses: pypa/gh-action-pypi-publish@release/v1
8383
with:
8484
verbose: true

0 commit comments

Comments
 (0)