Skip to content

Commit

Permalink
Merge pull request #13 from pbs-data-solutions/publish
Browse files Browse the repository at this point in the history
Update publish action
  • Loading branch information
sanders41 authored May 7, 2023
2 parents 7f456cc + 4720344 commit 459b9f5
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 459b9f5

Please sign in to comment.