Skip to content

Commit

Permalink
Deploy on release updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny authored Nov 5, 2024
2 parents f9c95f2 + 94a21ae commit fa756b4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
- name: Publish libraries
if: needs.setup-jobs.outputs.binaries-destination == 'Publish'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: ${{ steps.package.outputs.files }}
tag_name: ${{ github.event.release.tag_name }}
Expand Down Expand Up @@ -384,10 +384,6 @@ jobs:
pattern: '*-wheel'
merge-multiple: true

- name: Display downloaded wheels
run: |
ls wheelhouse
- name: Publish Python wheels
env:
name: pypi
Expand Down

0 comments on commit fa756b4

Please sign in to comment.