Skip to content

Commit

Permalink
Changed script to run on release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Sep 23, 2023
1 parent 7ef8049 commit 603532f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
name: Publish Python 🐍 distribution 📦 to PyPI

on: push
on:
release:
types: [created]

jobs:
build:
Expand Down

0 comments on commit 603532f

Please sign in to comment.