Skip to content

Commit 430f5c8

Browse files
fix(CICD): twine 6.0.1
1 parent 59defb3 commit 430f5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Upload PYPI
4141
if: steps.semantic-release.outputs.released == 'true'
4242
run: |
43-
python3 -m pip install twine
43+
python3 -m pip install twine==6.0.1
4444
python3 -m twine upload --repository pypi dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
4545
- name: Setup NODE
4646
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)