Skip to content

Commit

Permalink
fix upload to testpypi error
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetWolf committed Dec 18, 2024
1 parent 303e624 commit 1aa61a6
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,22 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v5
# with:
# python-version: ${{ matrix.python-version }}

- name: Install cibuildwheel
run: |
python -m pip install --upgrade pip
python -m pip install cibuildwheel
# - name: Install cibuildwheel
# run: |
# python -m pip install --upgrade pip
# python -m pip install cibuildwheel

# - name: Build wheel
# run: |
# python -m cibuildwheel --output-dir dist

- name: Build wheel
run: |
python -m cibuildwheel --output-dir dist
uses: pypa/cibuildwheel@v0.22.0

- name: Upload wheel
env:
Expand Down

0 comments on commit 1aa61a6

Please sign in to comment.