Skip to content

Commit 40674a5

Browse files
Merge pull request #113 from Geode-solutions/fix/update_ecosystem
fix(package upload): pin twine 6.0.1
2 parents 764bfc1 + 2d60637 commit 40674a5

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Upload PYPI
3939
if: steps.semantic-release.outputs.released == 'true'
4040
run: |
41-
python3 -m pip install twine
41+
python3 -m pip install twine==6.0.1
4242
python3 -m twine upload --repository pypi dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
4343
- name: Setup NODE
4444
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)