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 ec3b205 commit 7d52788Copy full SHA for 7d52788
.github/workflows/pythonpublish.yml
@@ -20,7 +20,7 @@ jobs:
20
pip install scikit-learn cython
21
- name: Build and publish
22
env:
23
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
+ TWINE_USERNAME: __token__
24
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
25
run: |
26
python setup.py sdist bdist_wheel
0 commit comments