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 1f96002 commit 2d60637Copy full SHA for 2d60637
.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