Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkueid committed Dec 4, 2024
1 parent ced7abb commit 9f3c123
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-above-py310-.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ jobs:
- name: Upload Wheel to Release
uses: softprops/action-gh-release@v2
with:
# tag_name: v0.2.2-alpha
tag_name: v0.2.5
files: |
${{ steps.get_filenames.outputs.WHEEL_FILE }}
- name: Upload Source Distribution to Release
uses: softprops/action-gh-release@v2
if: ${{ matrix.python-version == '3.10.0' && matrix.architecture == 'x86' }}
with:
# tag_name: v0.2.2-alpha
tag_name: v0.2.5
files: |
${{ steps.get_filenames.outputs.SDIST_FILE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-under-py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ jobs:
- name: Upload Wheel to Release
uses: softprops/action-gh-release@v2
with:
# tag_name: v0.2.2-alpha
tag_name: v0.2.5
files: |
${{ steps.get_filenames.outputs.WHEEL_FILE }}
- name: Upload Source Distribution to Release
uses: softprops/action-gh-release@v2
if: ${{ matrix.python-version == '3.9.0' && matrix.architecture == 'x86' }}
with:
# tag_name: v0.2.2-alpha
tag_name: v0.2.5
files: |
${{ steps.get_filenames.outputs.SDIST_FILE }}
Expand Down

0 comments on commit 9f3c123

Please sign in to comment.