Skip to content

Commit

Permalink
github workflow triggers when push a tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
silil committed Jan 22, 2024
1 parent 835fa44 commit 0ef806f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-pypi.yml
@@ -1,9 +1,9 @@
name: Publish python distributions to PyPI

on: push
# push:
# tags:
# - '*'
push:
tags:
- '*'

jobs:
build:
Expand Down

0 comments on commit 0ef806f

Please sign in to comment.