Andre Miras
|
f19b2cedca
|
Merge pull request #475 from AndreMiras/feature/automatic_pypi_releases
Automatically publish to PyPI upon tagging
|
2020-05-05 22:11:32 +02:00 |
|
Andre Miras
|
82c1987f2e
|
Automatically publish to PyPI upon tagging
New `pypi-release.yml` workflow for deploying to PyPI.
The scoped token is already setup in:
https://github.com/kivy/kivy-ios/settings/secrets
Doing a test deployment we got a:
```
Uploading distributions to https://upload.pypi.org/legacy/
Uploading kivy_ios-1.0.0.dev1-py3-none-any.whl
HTTPError: 400 Client Error: File already exists.
See https://pypi.org/help/#file-name-reuse for url:
https://upload.pypi.org/legacy/
```
Which means the credentials are working, refs:
https://github.com/AndreMiras/kivy-ios/runs/644399236
|
2020-05-04 23:56:00 +02:00 |
|
Andre Miras
|
02a04e7d01
|
Dedicated setup.py test workflow
Verifies the `setup.py` creates the archive properly by installing
it locally and running basic toolchain commands.
|
2020-05-04 23:48:53 +02:00 |
|
Andre Miras
|
d6d602a6b6
|
Merge pull request #469 from AndreMiras/feature/minor_issue_template_typos
Fixes minor typos in the issue template
|
2020-05-03 15:58:44 +02:00 |
|
Andre Miras
|
b7f5893066
|
Merge pull request #470 from misl6/bump-cython-version
Bumps Cython version
|
2020-05-03 14:58:46 +02:00 |
|
Mirko Galimberti
|
ef9e5b3715
|
Bumps Cython version
|
2020-05-03 13:56:47 +02:00 |
|
Mirko Galimberti
|
b8f2fd0f51
|
Cleanup - Removes vendored deps
|
2020-05-03 13:38:33 +02:00 |
|
Andre Miras
|
a692b986c2
|
Fixes minor typos in the issue template
|
2020-05-03 11:53:56 +02:00 |
|
Andre Miras
|
58713e8b6e
|
Activates venv before venv build
Also fixes toolchain.py failing silently on missing dependency.
|
2020-05-03 10:20:09 +02:00 |
|
Andre Miras
|
d180ee0807
|
Fixes building in venv
Borrowed from p4a:
https://github.com/kivy/python-for-android/pull/2159
Also refs upstream issue:
https://bugs.python.org/issue40261
Note that the fix used upstream cannot really be used directly here
because the actual system Python is impacted.
Adds venv build to CI to check for regressions.
|
2020-05-01 19:56:15 +02:00 |
|
Mirko Galimberti
|
ae226bfc52
|
Improve CI with a demo app project creation + build
|
2020-05-01 18:04:25 +02:00 |
|
Andre Miras
|
4d7fcb1332
|
Merge pull request #461 from misl6/issue-template
Update issue templates
|
2020-05-01 11:21:45 +02:00 |
|
Mirko
|
9dac576993
|
Update issue templates
|
2020-05-01 11:06:41 +02:00 |
|
Andre Miras
|
5ec5740d86
|
Continuous Integration minimal build
Makes sure at least Python and Kivy are built every time.
|
2020-04-29 05:33:54 -07:00 |
|
Mirko
|
9bb9efe0f7
|
Update to python 3.8.2 (#443)
* bump python version to 3.8.2
* Revert to cython 0.28.1
|
2020-04-25 20:12:59 +02:00 |
|
Mirko Galimberti
|
78c36997b1
|
Add flake8
|
2020-04-14 18:38:15 +02:00 |
|
Mirko Galimberti
|
57afc7d8f9
|
Github Actions on kivy-ios
|
2020-04-11 18:51:22 +02:00 |
|