Skip to content

Commit

Permalink
tmp wheel test
Browse files Browse the repository at this point in the history
rm before merge
  • Loading branch information
j042 committed Nov 15, 2023
1 parent 25a3b54 commit 519435a
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: main

on:
push:
branches: ["main"]
branches: ["main", "fix-wheels-ci"]

jobs:
macos_wheel:
Expand Down Expand Up @@ -96,17 +96,3 @@ jobs:
retention-days: 2


upload_test_pypi:
needs: [macos_wheel, linux_wheel, windows_wheel, source_dist]
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true

0 comments on commit 519435a

Please sign in to comment.