Skip to content

Commit 3914e8d

Browse files
Update release.yaml
1 parent 586cde8 commit 3914e8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
release:
55
branches:
66
- master
7-
- compile
87
types: [published]
98

109
jobs:
@@ -187,7 +186,7 @@ jobs:
187186
- name: Publish sdist and wheels to PyPI
188187
env:
189188
TWINE_USERNAME: __token__
190-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
189+
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD_THREADSAFE }}
191190
run: |
192191
twine upload \
193192
dist/* \

0 commit comments

Comments
 (0)