Skip to content

Commit

Permalink
setup: fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Dec 11, 2023
1 parent 1ed1f2e commit 580d4d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build and release
on:
push:
branches: [master]
tags-ignore:
- '*'
pull_request:
branches: [master]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build and release
name: Publish to PyPI

on:
push:
tags:
- "*" # Push events to all tags'
- "*"

jobs:
publish:
Expand Down

0 comments on commit 580d4d8

Please sign in to comment.