Skip to content

Commit 8ef57d5

Browse files
authored
added secret
1 parent 81b258e commit 8ef57d5

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build and publish
2424
env:
2525
TWINE_USERNAME: __token__
26-
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
26+
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_SKLEARN_PANDAS }}
2727
run: |
2828
python setup.py sdist bdist_wheel
2929
twine upload --repository testpypi dist/*

0 commit comments

Comments
 (0)