Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
new token
  • Loading branch information
ramav87 authored Aug 27, 2024
1 parent 711ed76 commit 3f08bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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.BGLIB_PYPI }}
run: |
pip install wheel twine
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 3f08bcf

Please sign in to comment.