summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
2021-02-01Packaging improvements (#34)Árni Dagur1-18/+17
* Use maturin for PEP 517 compliancy * Removing relative import in __init__.py * Bump version to 0.4.2
2021-01-26ci: Also build/publish 32-bit wheels (#26)Florian Bruhin1-4/+44
Closes #25
2021-01-26ci: Run on pull requests (#27)Florian Bruhin1-0/+1
Right now the CI is configured to only run on pushes (to this repository), but not on PRs (from another repository). The downside of this is that PRs for a branch in this repository will run twice. If you only push directly to e.g. master, it might be worth adjusting that - also see https://github.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662
2021-01-19ci: Remove special-casing for Python 3.9 (#24)Florian Bruhin1-12/+0
It's a regular release nowadays.
2021-01-11Update PyO3 to 0.13Árni Dagur1-22/+3
2020-12-16Correctly check code formatting in CIÁrni Dagur1-0/+1
2020-09-22CI: Fix the setting up of Python 3.9Árni Dagur1-3/+14
2020-09-22CI: Only build documentation on pushÁrni Dagur1-1/+1
2020-09-22Build Python 3.9 wheelsÁrni Dagur1-2/+2
2020-07-27Update upstream library to 0.3.0, respond to API changes (#10)Árni Dagur1-1/+6
* Update upstream library to 0.3.0, respond to API changes * Change pypi publishing criteria in CI * Create test to make sure the version numbers are the same everywhere
2020-06-07Allow more options when constructing Engine (#6)Árni Dagur1-1/+4
2020-05-24Place a 'index.html' file at the root of Github PagesÁrni Dagur1-7/+4
2020-05-24Deploy 'cargo doc' to Github Pages (#5)Árni Dagur1-0/+26
2020-04-26Do not upload to Test PyPi unconditionallyÁrni Dagur1-5/+0
2020-04-25Fix PyPi deployment (#2)Árni Dagur1-1/+6
2020-04-25Merge branch 'master' of github.com:ArniDagur/python-adblockÁrni Dagur1-0/+1
2020-04-25Use same publishing criteria for Github and PyPi in CICDÁrni Dagur1-1/+1
2020-04-25Add the rustfmt and clippy components to CICDÁrni Dagur1-0/+1
2020-03-30Yoink Hyperjson's deployment codeÁrni Dagur1-1/+70
2020-03-28first commitÁrni Dagur1-0/+72