Skip to content

Commit 131965a

Browse files
committed
boh
1 parent 2fb3122 commit 131965a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
- name: Upload wheels to PyPI
3737
env:
3838
TWINE_USERNAME: "__token__"
39-
TWINE_PASSWORD: ${{ secrets.PYPI_API_KEY }}
39+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
40+
TWINE_REPOSITORY_URL: "https://upload.pypi.org/legacy/"
4041
run: |
4142
python -m pip install --upgrade twine &&
4243
twine upload --verbose wheelhouse/*.whl

0 commit comments

Comments
 (0)