Skip to content

Commit 7d52788

Browse files
committed
Setup deploy using tokens
1 parent ec3b205 commit 7d52788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pip install scikit-learn cython
2121
- name: Build and publish
2222
env:
23-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
23+
TWINE_USERNAME: __token__
2424
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2525
run: |
2626
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)