Skip to content

Commit

Permalink
fix release publish (tinygrad#1703)
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Aug 29, 2023
1 parent ee6d8de commit 715047a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ name: Upload Python Package

on:
release:
types: [created]
types: [published]

jobs:
deploy:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit 715047a

Please sign in to comment.