Skip to content

Commit

Permalink
Fix pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhart committed Oct 1, 2024
1 parent 5b10c75 commit abd9b67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Build and publish Python 🐍 distribution 📦 to PyPI

on:
push:
- 'main'
branches:
- 'main'
tags:
- '*'

jobs:
build_wheels:
Expand Down

0 comments on commit abd9b67

Please sign in to comment.