Skip to content

Commit 412a652

Browse files
authored
Updated PyPI token to push to the pymc project (#5265)
1 parent 926fd5c commit 412a652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release-job:
1010
runs-on: ubuntu-latest
1111
env:
12-
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
12+
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN_PYMC }}
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up Python
@@ -39,7 +39,7 @@ jobs:
3939
- name: Publish to PyPI
4040
run: |
4141
twine check dist/*
42-
twine upload --repository pypi --username __token__ --password ${PYPI_TOKEN} dist/*
42+
twine upload --repository pypi --username __token__ --password ${PYPI_TOKEN_PYMC} dist/*
4343
test-install-job:
4444
needs: release-job
4545
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)