Skip to content

Commit

Permalink
Only upload files with GTK 4
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Dec 22, 2023
1 parent 78c6a7c commit 9a81bfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ jobs:
- name: Create Source Dist and Wheel
if: ${{ matrix.python-version == env.python-version }}
run: poetry build
- name: Upload gaphas-${{ steps.meta.output.version }}.tar.gz
if: ${{ matrix.python-version == env.python-version }}
- name: Upload gaphas-${{ steps.meta.outputs.version }}.tar.gz
if: ${{ matrix.python-version == env.python-version && matrix.gtk-version == '4.0' }}
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: gaphas-${{ steps.meta.outputs.version }}.tar.gz
path: dist/gaphas-${{ steps.meta.outputs.version }}.tar.gz
- name: Upload gaphas-${{ steps.meta.outputs.version }}-py3-none-any.whl
if: ${{ matrix.python-version == env.python-version }}
if: ${{ matrix.python-version == env.python-version && matrix.gtk-version == '4.0' }}
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: gaphas-${{ steps.meta.outputs.version }}-py3-none-any.whl
Expand Down

0 comments on commit 9a81bfe

Please sign in to comment.