Skip to content

Commit

Permalink
trigger workflow though actions tab in github to initiate a release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmirsky committed Dec 8, 2024
1 parent 4d185cb commit b36b572
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Publish 📦 to PyPi 🚀

on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+*"
on: workflow_dispatch

jobs:
build-n-publish:
Expand Down

0 comments on commit b36b572

Please sign in to comment.