We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf61e2 commit 2155678Copy full SHA for 2155678
2 files changed
.github/workflows/release-prebuilt-libs.yml
@@ -158,6 +158,6 @@ jobs:
158
# 3. Push to main branch
159
git config --local user.name "github-actions[bot]"
160
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
161
- git add postalkit/libs/
+ git add --force postalkit/libs/
162
git commit -m "chore: populate prebuilt binaries in libs/ directory [skip ci]" || echo "No changes to commit"
163
git push origin main
.gitignore
@@ -46,8 +46,9 @@ venv.bak/
46
*.swo
47
48
# Project specific ignores
49
-postalkit/libs/*/*
50
-!postalkit/libs/README.md
+# Allow prebuilt binaries in the libs folder
+!postalkit/libs/
51
+
52
53
# Build artifacts
54
libpostal/
0 commit comments