Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassey authored Jun 7, 2024
1 parent d5b5aa7 commit 306411e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
python-version: '3.11'
architecture: x64
- name: Install libfuse-dev
run: sudo apt install -y libfuse-dev
- run: pip install pip==22.1.2 wheel==0.37.1 build==0.8.0
- run: python -m build --wheel
- name: Configure AWS Credentials
Expand Down

0 comments on commit 306411e

Please sign in to comment.