Skip to content

Commit

Permalink
fix: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Jan 31, 2025
1 parent b0706b6 commit 4be3b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_for_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:


publish_to_pypi:
if: github.ref_type == 'tag'
needs:
- build_dist_for_pypi
- build_src_for_pypi
Expand All @@ -78,7 +79,6 @@ jobs:
with:
pattern: cibw-*
- name: Publish package to PyPi
if: github.ref_type == 'tag'
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true

0 comments on commit 4be3b24

Please sign in to comment.