Skip to content

Commit

Permalink
update on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rbroc committed Jan 18, 2024
1 parent 8f7b3a4 commit cdd13a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: release

on: release
on: push

jobs:
build:
Expand Down Expand Up @@ -36,6 +36,7 @@ jobs:
publish-to-pypi:
name: >-
Publish Python 🐍 distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags/v')
needs:
- build
runs-on: ubuntu-latest
Expand Down

0 comments on commit cdd13a3

Please sign in to comment.