Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-builtins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Check necessity of release
id: check
env:
PYPI: ${{ github.event.inputs.environment }}
PYPI: ${{ github.event.inputs.environment || 'pypy' }}
REF: ${{ inputs.tag || 'HEAD' }}
run: |
case $PYPI in
Expand Down
15 changes: 11 additions & 4 deletions ua-parser-builtins/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Precompiled ruleset for [ua-parser](https://pypi.org/project/ua-parser/)
# Precompiled ruleset for [ua-parser]

This project does not do anything on its own, nor does it have any
actual API: it contains the dataset of
[uap-core](https://github.com/ua-parser/uap-core) pre-compiled for use
by [ua-parser](https://pypi.org/project/ua-parser/) to decrease
actual API: it contains the dataset of [uap-core] pre-compiled for use
by [ua-parser] to decrease
initialisation times.

The precompiled ruleset is released monthly based on whatever
[uap-core]'s default branch is at that moment. The [uap-core] commit
used for creating the compiled ruleset is stored in the `REVISION`
file at the root of the wheel.

[ua-parser]: https://pypi.org/project/ua-parser/
[uap-core]: https://github.com/ua-parser/uap-core