Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Nov 8, 2020
1 parent a5a417c commit 19ac94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
py: [cp36, cp37, cp38, cp39]
fail-fast: false
env:
CIBW_BUILD: ${{ matrix.py }}
CIBW_BUILD: ${{ matrix.py }}-*
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
path: dist

- name: Prerelease
if: "github.event.published && github.event.release.prerelease"
if: "github.event.release.prerelease"
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
Expand Down

0 comments on commit 19ac94f

Please sign in to comment.