Commit Graph

11 Commits

Author SHA1 Message Date
Hynek Schlawack 1e0e5664fb
Use "official" build & check-wheel-contents (#721) 2020-11-25 09:53:37 +01:00
Hynek Schlawack e770594afc
Update setup-python action 2020-10-21 12:50:15 +02:00
Hynek Schlawack 08a589a1c0
Use 3.0 proper in CI 2020-10-21 08:49:18 +02:00
Hynek Schlawack b02335f59d
Add attr.define/mutable/frozen (#666)
* Add attr.auto/mutable/frozen

Prepare for import attrs y'all!

Signed-off-by: Hynek Schlawack <hs@ox.cx>

* Try combining coverage using 3.8, always

* Add tests for overriding of auto_attribs

* Clarifications

* Add newsfragment

* s/auto/define

This is going be the next-gen name anyways, so no need to introduce new names.

Signed-off-by: Hynek Schlawack <hs@ox.cx>

* Missed two

* Add type stubs

* Beg for patience

* Explain second setup-python action

* fix comment
2020-08-17 16:22:33 +02:00
Hynek Schlawack d4150f2114
Run CI against 3.9 pre-release (#664) 2020-08-13 13:58:58 +02:00
Hynek Schlawack d9c47fb58b Add workflow dispatch
https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/
2020-07-20 10:10:55 +02:00
Hynek Schlawack 3e3d84216c Use latest setup-python 2020-07-01 09:42:06 +02:00
Hynek Schlawack 94ad4f3917
Allow API-based rebuilds 2020-03-14 11:43:42 +01:00
Hynek Schlawack 26f8c998cc That's weird syntax 2020-03-13 11:44:53 +01:00
Hynek Schlawack c6e836ee9d Allow on-demand builds 2020-03-13 11:40:49 +01:00
Hynek Schlawack 618373e335
Move to GitHub Actions (#633)
* Create main.yml

* Update tox.ini

* Update .readthedocs.yml

* Delete azure-pipelines.yml

* Update README.rst

* Update .pre-commit-config.yaml

* Update CONTRIBUTING.rst

* Update tox.ini
2020-03-13 11:07:31 +01:00