There was an error while loading. Please reload this page.
1 parent 8ef57d5 commit ce90316Copy full SHA for ce90316
.github/workflows/python-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build and publish
24
env:
25
TWINE_USERNAME: __token__
26
- TWINE_PASSWORD: ${{ secrets.TEST_PYPI_SKLEARN_PANDAS }}
+ TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
27
run: |
28
python setup.py sdist bdist_wheel
29
twine upload --repository testpypi dist/*
0 commit comments