Skip to content

Commit

Permalink
fix: Fix bad config (#32)
Browse files Browse the repository at this point in the history
* Reverts bad config added in PR #31.
  • Loading branch information
matthewfeickert authored Feb 8, 2023
1 parent 5f5c935 commit b2654c2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
tags:
- v*
pull_request:
Expand All @@ -23,7 +20,6 @@ on:
- false
- true


jobs:
build-and-publish:
name: Build and publish Python distro to (Test)PyPI
Expand Down

0 comments on commit b2654c2

Please sign in to comment.