Henry Schreiner and Joe Rickerby
d83daa3958
docs: use GitHub example in readme ( #479 )
...
* docs: use GitHub example in readme
* Apply suggestions from code review
Co-authored-by: Joe Rickerby <joerick@mac.com >
* Copy/style tweaks
Co-authored-by: Joe Rickerby <joerick@mac.com >
2020-12-14 19:10:30 -05:00
Joe Rickerby
49077c2a36
Bump version: v1.7.1
2020-12-03 18:02:15 +00:00
Joe Rickerby
0fb2ead6fb
Bump version: v1.7.0
2020-11-26 23:29:34 +00:00
Yannick Jadoul
2f4ed1fafc
Update to PyPy 7.3.3 ( #460 )
...
* Test PyPy 7.3.3rc1
* Revert "Update Travis CI and CircleCI to use macOS 10.14 " and "Change examples to use macOS >= 10.14"
This reverts commits 870bf3f740 and cd53552b4b .
* PyPy 7.3.3rc2
* PyPy 7.3.3 released
* Revert to using pypywheels docker images
2020-11-22 14:55:04 +01:00
Joe Rickerby
d054b45ecf
Perhaps displayName must come second
2020-11-14 14:33:58 +00:00
Joe Rickerby
c56448eba7
Named steps and set -o errexit
2020-11-13 19:20:16 +00:00
Joe Rickerby
df04fa5ac3
Use set -o errexit in the Azure example
2020-11-13 14:57:09 +00:00
Joe Rickerby
d12e54af41
Bump version: v1.6.4
2020-10-31 15:56:43 +00:00
Joe Rickerby
1e16497776
Bump version: v1.6.3
2020-10-12 21:05:20 +01:00
Joe Rickerby
97dd4ee1c0
Bump version: v1.6.2
2020-10-09 13:23:04 +01:00
Yannick Jadoul
cd53552b4b
Change examples to use macOS >= 10.14
2020-10-03 21:37:17 +02:00
Joe Rickerby
aacd0fe33c
Bump version: v1.6.1
2020-09-20 17:36:35 +01:00
Joe Rickerby
200d4af89c
Bump version: v1.6.0
2020-09-09 08:57:25 +01:00
Joe Rickerby
c67da48510
Remove Windows Gitlab support
2020-09-02 19:43:12 +01:00
Joe Rickerby
9a444b1ab8
Install vcpython27 while working around the dotnet3.5 install error
2020-09-01 22:45:46 +01:00
Joe Rickerby
10585d2882
Use Powershell syntax for changing PATH
2020-09-01 21:25:01 +01:00
Joe Rickerby
2fbaa36286
Use cmd syntax to change PATH
2020-08-31 21:02:19 +01:00
Joe Rickerby
4433ea4de1
Add missing cibuildwheel install line
2020-08-31 20:46:15 +01:00
Joe Rickerby
5c5d1ef10a
Fix Gitlab Windows config
2020-08-31 20:44:25 +01:00
Joe Rickerby
188eaa8a93
Add gitlab config
2020-08-31 19:32:45 +01:00
Joe Rickerby
84446ed1a9
Attempt a fix for the CircleCI minimal example
2020-08-31 18:52:20 +01:00
Joe Rickerby
5c4767899d
Bump version: v1.5.5
2020-07-22 18:57:47 +01:00
Joe Rickerby
c0cb43800b
Bump version: v1.5.4
2020-07-19 22:40:33 +01:00
Joe Rickerby
c884530a1d
Bump version: v1.5.3
2020-07-19 11:59:56 +01:00
Joe Rickerby
8ddc6d57a2
Bump version: v1.5.2
2020-07-08 22:59:40 +01:00
Joe Rickerby
321335e756
Bump version: v1.5.1
2020-06-25 10:53:30 +01:00
Joe Rickerby
41891277d3
Bump version: v1.5.0
2020-06-24 09:54:55 +01:00
Joe Rickerby
58fc418563
Update to add clarity to on: section
2020-06-10 13:18:22 +01:00
Yannick Jadoul
57e6f0f56d
Replace "startsWith(matrix.os, 'windows')" by "runner.os == 'Windows'" in GitHub Actions configurations
2020-06-10 01:53:41 +02:00
Yannick Jadoul
cc8dbbe8b3
Make deploy on published GitHub release optional in examples/github-deploy.yml
2020-06-08 15:50:38 +02:00
Yannick Jadoul
bb5aac3d69
Move if-clause of PyPI upload to job level rather than action level, and specify to use only published releases
2020-06-08 13:23:28 +02:00
Yannick Jadoul
eedc5c6b79
Remove twine check from examples/github-deploy.yml as it's now integrated into the pypa/gh-action-pypi-publish action
2020-06-03 19:01:01 +02:00
Yannick Jadoul and Joe Rickerby
4c3cbf702c
Update examples/github-deploy.yml to upload on tags, as alternative to GitHub releases
...
Co-authored-by: Joe Rickerby <joerick@mac.com >
2020-06-02 22:09:33 +02:00
Yannick Jadoul
9c3f44d086
Rename examples/*-deploy-only.yml to examples/*-deploy.yml, and keep sdist in dist/ in examples/github-deploy.yml
2020-06-02 17:07:18 +02:00
Yannick Jadoul
896337cbb1
Updating all GitHub actions version to actions/checkout@v2, actions/setup-python@v2, and actions/upload-artifact@v2
2020-06-02 15:23:15 +02:00
Yannick Jadoul
d7cffde00f
Add 'release' to 'on' section in examples/github-deploy-only.yml
2020-06-02 15:07:06 +02:00
Yannick Jadoul
66b392f4ee
Implement @henriii's suggestion, adding a separate job on Linux to upload all artifacts at once
2020-06-02 11:48:15 +02:00
Marek Otahal
dd3c87ece2
example: small doc
2020-06-01 16:04:44 +02:00
Marek Otahal
63f7a2ddc4
examples: revert to minima GH example, add deploymet
...
example showing pypi and GH release
2020-06-01 16:01:29 +02:00
Marek Otahal
ca49d86ed8
example: publish to PyPI only on release tag
2020-06-01 15:32:51 +02:00
Marek Otahal
add792de30
example: for GH Actions use action to publish
...
to PyPI, instead of calling twine directly.
2020-06-01 15:02:26 +02:00
Joe Rickerby
ecbdc2e3d3
Bump version: v1.4.2
2020-05-25 16:16:13 +01:00
Yannick Jadoul
575e229514
Drop 3.5 host support and adapt CI configurations
2020-05-06 23:57:00 +02:00
Joe Rickerby
9ea7fa7628
Bump version: v1.4.1
2020-05-04 17:11:32 +01:00
Joe Rickerby
783dedad22
Bump version: v1.4.0
2020-05-02 17:55:50 +01:00
Axel Huebl
98c4a395e9
Travis-CI Example: Fix aarch64
...
The `arch:` `aarch64` is called `arm64` on Travis-CI.
https://docs.travis-ci.com/user/multi-cpu-architectures/
Otherwise this falls back to a generic Linux amd64 host.
2020-04-15 18:15:31 -07:00
Joe Rickerby
40ff745321
Bump version: v1.3.0
2020-03-12 19:53:34 +00:00
Joe Rickerby
8f9a68fe94
Improve setup docs for Github actions
2020-03-12 19:46:58 +00:00
Matthieu Darbois
b797430d21
Add support for GitHub Actions
...
Closes #159
2020-03-10 22:45:29 +01:00
Joe Rickerby
4628c1334e
Bump version: v1.2.0
2020-03-08 12:50:23 +00:00