Skip to content

Commit

Permalink
Update pypi_wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wxj6000 authored and sunqm committed Feb 5, 2025
1 parent b82e219 commit ee1f2b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ls ${{ github.workspace }}/wheelhouse
- name: Publish to PyPI
run: |
pip install twine
pip install twine==6.0.1
export TWINE_USERNAME=__token__
export TWINE_PASSWORD="${{ secrets.PYPI_API_TOKEN }}"
twine upload --verbose "${{ github.workspace }}/wheelhouse/*"
Expand All @@ -51,7 +51,7 @@ jobs:
ls ${{ github.workspace }}/wheelhouse
- name: Publish to PyPI
run: |
pip install twine
pip install twine==6.0.1
export TWINE_USERNAME=__token__
export TWINE_PASSWORD="${{ secrets.PYPI_API_TOKEN }}"
twine upload --verbose "${{ github.workspace }}/wheelhouse/*"
Expand All @@ -66,7 +66,7 @@ jobs:
python3 setup.py sdist
- name: Publish to PyPI
run: |
pip install twine
pip install twine==6.0.1
export TWINE_USERNAME=__token__
export TWINE_PASSWORD="${{ secrets.PYPI_API_TOKEN }}"
twine upload --verbose "${{ github.workspace }}/dist/*"

0 comments on commit ee1f2b7

Please sign in to comment.