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.
1 parent 59defb3 commit 430f5c8Copy full SHA for 430f5c8
.github/workflows/CICD.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Upload PYPI
41
if: steps.semantic-release.outputs.released == 'true'
42
run: |
43
- python3 -m pip install twine
+ python3 -m pip install twine==6.0.1
44
python3 -m twine upload --repository pypi dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
45
- name: Setup NODE
46
uses: actions/setup-node@v3
0 commit comments