We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 764bfc1 + 2d60637 commit 40674a5Copy full SHA for 40674a5
.github/workflows/CICD.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Upload PYPI
39
if: steps.semantic-release.outputs.released == 'true'
40
run: |
41
- python3 -m pip install twine
+ python3 -m pip install twine==6.0.1
42
python3 -m twine upload --repository pypi dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
43
- name: Setup NODE
44
uses: actions/setup-node@v3
0 commit comments