Skip to content

Commit ce90316

Browse files
authored
updated password
1 parent 8ef57d5 commit ce90316

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_SKLEARN_PANDAS }}
26+
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
2727
run: |
2828
python setup.py sdist bdist_wheel
2929
twine upload --repository testpypi dist/*

0 commit comments

Comments
 (0)