Skip to content

Commit

Permalink
Test fix to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed May 15, 2021
1 parent 716f6da commit efc8e77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Publish to PyPI
on:
push:
branches-ignore: ['*']
tags: ['*']
release:
types: [published]
jobs:
Expand Down Expand Up @@ -123,7 +121,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install wheel
run: pip install pywayland-*-manylinux2014_x86_64.whl
run: pip install pywayland-*.whl
- name: Check installation
shell: python
run: |
Expand Down

0 comments on commit efc8e77

Please sign in to comment.