Skip to content

Commit

Permalink
fix deploy and bump version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gmweaver committed Jun 6, 2024
1 parent c295679 commit daddab2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Build and deploy to PyPI

on:
workflow_dispatch:
pull_request:
push:
branches:
- main
on: push

jobs:
build_wheels:
Expand Down Expand Up @@ -95,7 +90,7 @@ jobs:
environment: pypi
permissions:
id-token: write
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "libpypostal"
description = "Python bindings for libpostal C library."
version = "0.0.4"
version = "0.0.5"
requires-python = ">=3.8"
readme = "README.md"
license = {text = "MIT License"}
Expand Down

0 comments on commit daddab2

Please sign in to comment.