Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Dec 17, 2023
1 parent dbe2088 commit 06c0fd3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
obs:
name: Publish tag to Pypi
on:
workflow_dispatch:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
permissions:
contents: read # to fetch code (actions/checkout)


jobs:

release:
uses: ./.github/workflows/REUSABLE-wheeler.yaml
Expand Down

0 comments on commit 06c0fd3

Please sign in to comment.