Skip to content

Commit 823e13d

Browse files
committed
action test
1 parent 1adb10e commit 823e13d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
path: ./icub_pybullet/dist
6363
merge-multiple: true
64-
64+
6565
- name: Set up Python
6666
uses: actions/setup-python@v5
6767
with:
@@ -83,9 +83,9 @@ jobs:
8383
working-directory: ./icub_pybullet
8484

8585
- name: Publish to PyPI
86-
run: |
87-
python -m twine upload dist/*
8886
env:
8987
TWINE_USERNAME: __token__
90-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
88+
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
89+
run: |
90+
python -m twine upload dist/*
9191
working-directory: ./icub_pybullet

0 commit comments

Comments
 (0)