Skip to content

Commit

Permalink
fix publish GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed Jun 29, 2024
1 parent 9fcd914 commit a395953
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI

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

jobs:
build-n-publish:
Expand Down

0 comments on commit a395953

Please sign in to comment.