Skip to content

Commit 03385bc

Browse files
authored
Merge pull request #419 from mindsdb/fix/pypi_token
fix token secret name
2 parents 5a7cf55 + d3b183d commit 03385bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: windows-latest
3333
env:
3434
TWINE_USERNAME: __token__
35-
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
35+
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3636
steps:
3737
- uses: actions/checkout@v2
3838
- name: Set up Python

0 commit comments

Comments
 (0)