diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a4d72e..d6273ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,6 @@ name: Publish to PyPI on: push: - branches-ignore: ['*'] - tags: ['*'] release: types: [published] jobs: @@ -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: |