Skip to content

Commit c3fd2bb

Browse files
authored
Update actions.yml
1 parent 090fe0c commit c3fd2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Upload to PyPi
7272
if: startsWith( github.ref, 'refs/tags') && matrix.python-version == env.PYTHON_MAIN_VERSION
7373
env:
74-
PYPI_TOKEN_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
74+
PYPI_TOKEN_PASSWORD: ${{ secrets.API_TOKEN_PYPI2 }}
7575
run: |
7676
pip install wheel twine
7777
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)