Skip to content

Commit fc01ff5

Browse files
committed
ci: fix twine issue
1 parent 4e093a2 commit fc01ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
steps:
9494
- uses: actions/checkout@v4
9595
- run: echo ${{ github.ref }}
96-
- run: python -m pip install build twine
96+
- run: python -m pip install -U build twine packaging
9797
- run: python -m build --sdist
9898
- run: twine check --strict dist/*
9999
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)