Skip to content

Commit 55dffb9

Browse files
committed
use token instead password remove conda deployment
1 parent 55aec0c commit 55dffb9

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

.github/workflows/conda-publish.yml

-17
This file was deleted.

.github/workflows/pypi-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
python -m pip install .
2727
- name: Build and publish
2828
env:
29-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
30-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
29+
TWINE_USERNAME: __token__
30+
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
3131
run: |
3232
python -m build --wheel --sdist
3333
twine upload dist/*

0 commit comments

Comments
 (0)