Skip to content

Commit

Permalink
chore: test workflow
Browse files Browse the repository at this point in the history
chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

Update buildwheel.yml

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

Update README.md update py13 news

chore: update documentation

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow

chore: test workflow
  • Loading branch information
yizhihenpidehou committed Nov 22, 2024
1 parent 590528a commit b88ade9
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/buildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14]
# modify python version in project.toml

steps:
# 检出代码
- name: Checkout code
Expand Down Expand Up @@ -64,13 +63,13 @@ jobs:
path: dist/
merge-multiple: true

- name: Upload to PyPI
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: |
python -m pip install --upgrade pip twine
twine upload dist/*
# - name: Upload to PyPI
# env:
# TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
# TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
# run: |
# python -m pip install --upgrade pip twine
# twine upload dist/*



0 comments on commit b88ade9

Please sign in to comment.