Skip to content

Commit

Permalink
force an update first
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Jun 24, 2024
1 parent efe4b1e commit 5995e77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- name: Install deps
run: |
pip install -U wheel setuptools pip Cython
pip install '.[speed,sound]'
- name: Build wheels
Expand All @@ -35,7 +36,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: artifact-wheels-${{ matrix.python-version }}
path: ./wheelhouse/*.whl
path: ./wheelhouse/twitchio*.whl

sdist:
name: Make source distribution
Expand Down

0 comments on commit 5995e77

Please sign in to comment.