Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ramav87 authored Sep 24, 2024
1 parent 43c39a5 commit ccb5afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ 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 }}
env:
PYPI_TOKEN_PASSWORD: ${{ secrets.API_TOKEN_SCIFIREADERS }}
run: |
pip install wheel twine
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit ccb5afa

Please sign in to comment.