Skip to content

Commit

Permalink
[upload] Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
timxx committed Oct 22, 2024
1 parent ddb5acb commit 15b7c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
sip-sdist
sip-wheel --verbose
- name: Upload
if: ${{ github.ref_type == 'tag' }}
if: ${{ github.ref_type == 'tag' || startsWith(github.event.head_commit.message, '[upload]') }}
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 15b7c67

Please sign in to comment.