Skip to content

Commit

Permalink
(fix): twine version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Dec 2, 2024
1 parent 4ec5dc2 commit 4430df8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
with:
python-version: '3.13'
architecture: ${{ matrix.python-architecture || 'x64' }}
- run: pip install twine
- run: |
which pip
which python
pip install "twine>6.0.0"
- uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
Expand Down

0 comments on commit 4430df8

Please sign in to comment.