Skip to content

Commit 9751d28

Browse files
author
Marius Træet Gilberg
committed
Update publish action
1 parent 981a1fd commit 9751d28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
pip install setuptools wheel twine build
2323
- name: Build and publish
2424
env:
25-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
26-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
25+
TWINE_USERNAME: __token__
26+
TWINE_PASSWORD: ${{ secrets.PYPI_API_KEY }}
2727
run: |
2828
python -m build
2929
twine upload dist/*

0 commit comments

Comments
 (0)