Skip to content

Commit

Permalink
Update publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 committed May 7, 2023
1 parent 7f456cc commit 4720344
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# This file is autogenerated by maturin v0.14.17
# To update, run
#
# maturin generate-ci github
#
name: CI
name: PyPi Publish

on:
release:
Expand Down Expand Up @@ -100,7 +95,6 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 4720344

Please sign in to comment.