Skip to content

Commit f6b3440

Browse files
committed
Fix CI
1 parent 61b797a commit f6b3440

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/CI.yml

-17
Original file line numberDiff line numberDiff line change
@@ -86,20 +86,3 @@ jobs:
8686
with:
8787
name: wheels
8888
path: dist
89-
90-
release:
91-
name: Release
92-
runs-on: ubuntu-latest
93-
if: "startsWith(github.ref, 'refs/tags/')"
94-
needs: [linux, windows, macos, sdist]
95-
steps:
96-
- uses: actions/download-artifact@v3
97-
with:
98-
name: wheels
99-
- name: Publish to PyPI
100-
uses: PyO3/maturin-action@v1
101-
env:
102-
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
103-
with:
104-
command: upload
105-
args: --skip-existing *

0 commit comments

Comments
 (0)