Skip to content

Commit

Permalink
fix pypi github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
perython committed Apr 3, 2024
1 parent 38f20ce commit d1f1c91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
name: 'Publish to PyPI'

on:
push:
branches:
- 'master'

jobs:
release-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d1f1c91

Please sign in to comment.