Skip to content

Commit

Permalink
revert: ensure publish workflow is run on tag push
Browse files Browse the repository at this point in the history
Refs: cfd6dc1
  • Loading branch information
deepyaman committed Sep 16, 2024
1 parent 1f5934e commit 34ad24c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Publish Python distribution to PyPI and TestPyPI

on:
push:
branches: [main]
on: push

jobs:
build:
Expand Down

0 comments on commit 34ad24c

Please sign in to comment.