Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
updated token
  • Loading branch information
ramav87 authored Dec 17, 2024
1 parent e593ff5 commit 4615055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Upload to PyPi
if: startsWith( github.ref, 'refs/tags') && matrix.python-version == env.PYTHON_MAIN_VERSION
env:
PYPI_TOKEN_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
PYPI_TOKEN_PASSWORD: ${{ secrets.API_TOKEN_SIDPY }}
run: |
pip install wheel twine
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 4615055

Please sign in to comment.