Skip to content

Commit

Permalink
use token instead password remove conda deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ale94mleon committed Dec 7, 2023
1 parent 55aec0c commit 55dffb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/conda-publish.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
python -m pip install .
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python -m build --wheel --sdist
twine upload dist/*

0 comments on commit 55dffb9

Please sign in to comment.