Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Jun 18, 2024
1 parent 52f5069 commit 059a6fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ jobs:
with:
python-version: "3.12"
architecture: ${{ matrix.python-architecture || 'x64' }}
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install twine
- name: Build
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 059a6fb

Please sign in to comment.