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 b43f8ea commit 5a8ff65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-13, macos-14, macos-latest]
os: [windows-latest, macos-13, macos-latest]
# FIXME: macos-latest will raise error now.
# not supporting 3.6 due to annotations is not supported https://stackoverflow.com/a/52890129
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down Expand Up @@ -56,6 +56,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install twine
python -m pip list
- name: Build and publish
env:
Expand Down

0 comments on commit 5a8ff65

Please sign in to comment.