Skip to content

Commit

Permalink
Restore upload on published release
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Jan 6, 2024
1 parent b279ce6 commit 259520f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: python

on:
workflow_dispatch:
push:
release:
types: [published]

Expand Down Expand Up @@ -101,6 +100,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
needs: [sdist, linux, windows, macos]
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 259520f

Please sign in to comment.