8000 Update python-publish.yml · A905275/robotics-toolbox-python@5d9220b · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d9220b

Browse files
authored
Update python-publish.yml
1 parent 3e5b513 commit 5d9220b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip install -U setuptools wheel twine
3131
- name: Build and publish
3232
env:
33-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
33+
TWINE_USERNAME: __token__
3434
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3535
run: |
3636
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)
0