dependabot[bot]
4cd2e5980b
Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2
...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish ) from 1.10.0 to 1.10.2.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases )
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.10.0...v1.10.2 )
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 21:48:38 +00:00
dependabot[bot]
10cef72af9
Bump pypa/cibuildwheel from 2.20.0 to 2.21.1
...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.20.0 to 2.21.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.20.0...v2.21.1 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 21:48:36 +00:00
Matthias Köfferlein
bde6e2bd16
Merge pull request #1844 from KLayout/dependabot/github_actions/pypa/gh-action-pypi-publish-1.10.0
...
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0
2024-09-21 20:34:24 +02:00
dependabot[bot]
a39ac330ae
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0
...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases )
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 21:22:39 +00:00
dependabot[bot]
057684bef1
Bump pypa/cibuildwheel from 2.19.2 to 2.20.0
...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.19.2 to 2.20.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.19.2...v2.20.0 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 21:22:37 +00:00
Matthias Koefferlein
7356ebe6de
Fixing MacOS builds after upgrading cibuildwheels
...
(cibuildwheels needed upgrade because of CentOS 7 mirror EOL).
Fix was done by pinning delocate to 0.10.7.
The proposed version 0.11 had trouble with libpng on MacOS 13
Github runners. cibuildwheels does builds for the minimal
platform - 10.9 - and libpng was detected to need 13.0.
delocate 0.10.7 ignores library version requirements, hence did not have
this trouble.
2024-07-07 01:00:14 +02:00
Matthias Koefferlein
1cac6bfc4b
Update cibuildwheel after CentOS 7 mirror EOL
2024-07-06 15:02:41 +02:00
Matthias Köfferlein
517145770a
Merge pull request #1766 from KLayout/dependabot/github_actions/pypa/cibuildwheel-2.19.1
...
Bump pypa/cibuildwheel from 2.17.0 to 2.19.1
2024-07-02 23:57:32 +02:00
dependabot[bot]
19b9436c60
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0
...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish ) from 1.8.14 to 1.9.0.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases )
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.14...v1.9.0 )
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 21:05:42 +00:00
dependabot[bot]
1862c536fb
Bump pypa/cibuildwheel from 2.17.0 to 2.19.1
...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.17.0 to 2.19.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.17.0...v2.19.1 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 21:05:39 +00:00
Matthias Koefferlein
1cf7abacca
Enabling M1 runners for Python package building inside github actions
2024-04-30 17:42:25 +02:00
Matthias Köfferlein
d7e3d9a916
Merge pull request #1672 from KLayout/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.14
...
Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14
2024-04-07 22:40:02 +02:00
dependabot[bot]
46a653ad7c
Bump pypa/cibuildwheel from 2.16.5 to 2.17.0
...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.16.5 to 2.17.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.5...v2.17.0 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 21:39:26 +00:00
dependabot[bot]
2f1187b071
Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14
...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish ) from 1.8.12 to 1.8.14.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases )
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.12...v1.8.14 )
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 21:39:22 +00:00
Matthias Köfferlein
ef53700baa
Merge pull request #1639 from KLayout/dependabot/github_actions/hmarr/debug-action-3
...
Bump hmarr/debug-action from 2 to 3
2024-03-01 23:49:38 +01:00
dependabot[bot]
4f615c6edc
Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12
...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish ) from 1.8.11 to 1.8.12.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases )
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.11...v1.8.12 )
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 21:43:45 +00:00
dependabot[bot]
bf8e392e73
Bump hmarr/debug-action from 2 to 3
...
Bumps [hmarr/debug-action](https://github.com/hmarr/debug-action ) from 2 to 3.
- [Release notes](https://github.com/hmarr/debug-action/releases )
- [Commits](https://github.com/hmarr/debug-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: hmarr/debug-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 21:43:41 +00:00
Matthias Koefferlein
e9175360d2
Seeing whether we can free disk space
2024-02-15 00:18:35 +01:00
Matthias Köfferlein
15ed5be147
Merge pull request #1607 from KLayout/dependabot/github_actions/styfle/cancel-workflow-action-0.12.1
...
Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1
2024-02-01 22:44:25 +01:00
dependabot[bot]
1b0917cda0
Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1
...
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action ) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases )
- [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.12.0...0.12.1 )
---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 21:14:31 +00:00
dependabot[bot]
94232e3138
Bump pypa/cibuildwheel from 2.16.2 to 2.16.5
...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.16.2 to 2.16.5.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.2...v2.16.5 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 21:14:23 +00:00
Matthias Koefferlein
4e20e78995
Reverting download-artifacts to V3
2024-01-05 19:16:18 +01:00
Matthias Koefferlein
028a338c4b
Reverting to upload-artefacts v3 (see https://github.com/actions/upload-artifact/issues/493 )
2024-01-05 17:50:39 +01:00
Matthias Koefferlein
d6b4d2c518
Merge remote-tracking branch 'remotes/origin/dependabot/github_actions/actions/download-artifact-4'
2024-01-04 00:04:09 +01:00
dependabot[bot]
8c8ede4b29
Bump actions/upload-artifact from 3 to 4
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 21:35:51 +00:00
dependabot[bot]
7033459cc4
Bump actions/download-artifact from 3 to 4
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 21:35:48 +00:00
dependabot[bot]
8aa95f0f16
Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11
...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish ) from 1.8.10 to 1.8.11.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases )
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.10...v1.8.11 )
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 21:25:45 +00:00
Matthias Köfferlein
c71896fc5f
Merge pull request #1520 from KLayout/dependabot/github_actions/pypa/cibuildwheel-2.16.2
...
Bump pypa/cibuildwheel from 2.16.1 to 2.16.2
2023-11-02 20:25:37 +01:00
dependabot[bot]
c97bd14383
Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0
...
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action ) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases )
- [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.11.0...0.12.0 )
---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01 21:14:26 +00:00
dependabot[bot]
0df267c82a
Bump pypa/cibuildwheel from 2.16.1 to 2.16.2
...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.16.1 to 2.16.2.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.1...v2.16.2 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01 21:14:23 +00:00
Matthias Köfferlein
87aef17e51
Merge pull request #1496 from KLayout/dependabot/github_actions/actions/checkout-4
...
Bump actions/checkout from 3 to 4
2023-10-06 09:44:09 +02:00
dependabot[bot]
aabea3b5cc
Bump pypa/cibuildwheel from 2.15.0 to 2.16.1
...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.15.0 to 2.16.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.15.0...v2.16.1 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-01 21:31:08 +00:00
dependabot[bot]
bcb152c84b
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-01 21:31:04 +00:00
Matthias Köfferlein
babd8cd278
Merge pull request #1468 from KLayout/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.10
...
Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10
2023-09-02 19:06:11 +02:00
dependabot[bot]
bfba997e47
Bump pypa/cibuildwheel from 2.14.1 to 2.15.0
...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.14.1 to 2.15.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.14.1...v2.15.0 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-01 21:02:54 +00:00
dependabot[bot]
7442c2f460
Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10
...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish ) from 1.8.8 to 1.8.10.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases )
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.8...v1.8.10 )
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-01 21:02:50 +00:00
Matthias Köfferlein
2f8610e342
Merge pull request #1444 from KLayout/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.8
...
Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8
2023-08-05 21:09:03 +02:00
dependabot[bot]
49c21b1884
Bump pypa/cibuildwheel from 2.13.1 to 2.14.1
...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.13.1 to 2.14.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.13.1...v2.14.1 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-01 21:30:43 +00:00
dependabot[bot]
708f1a3e76
Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8
...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish ) from 1.8.7 to 1.8.8.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases )
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.7...v1.8.8 )
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-01 21:30:39 +00:00
Matthias Köfferlein
eda4cbd3aa
Merge pull request #1405 from KLayout/dependabot/github_actions/pypa/cibuildwheel-2.13.1
...
Bump pypa/cibuildwheel from 2.13.0 to 2.13.1
2023-07-02 22:15:19 +02:00
dependabot[bot]
81a317ff67
Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7
...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish ) from 1.8.6 to 1.8.7.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases )
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.6...v1.8.7 )
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-01 21:04:25 +00:00
dependabot[bot]
7edc59499b
Bump pypa/cibuildwheel from 2.13.0 to 2.13.1
...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.13.0...v2.13.1 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-01 21:04:22 +00:00
Matthias Köfferlein
02307837b4
Merge pull request #1395 from KLayout/dependabot/github_actions/pypa/cibuildwheel-2.13.0
...
Bump pypa/cibuildwheel from 2.12.3 to 2.13.0
2023-06-02 00:19:23 +02:00
Matthias Köfferlein
9fa0bc5ebb
Merge pull request #1394 from KLayout/issue_1390_v2
...
make_stubs now automatically detects installed klayout in python environment
2023-06-02 00:19:08 +02:00
dependabot[bot]
9d9de0bca1
Bump pypa/cibuildwheel from 2.12.3 to 2.13.0
...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.12.3 to 2.13.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.12.3...v2.13.0 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 21:59:14 +00:00
Thomas Ferreira de Lima
15614221ce
make_stubs now automatically detects installed klayout in python environment.
2023-05-31 15:39:03 -04:00
Thomas Ferreira de Lima
c81c2d6eec
autodelete github Action caches after PR is merged
...
Caches are very large and must be deleted to prioritize main branch's caches.
2023-05-29 17:36:20 -04:00
Thomas Ferreira de Lima
a32a6eef8c
Update build.yml - enable builds on main branch
...
pull requests should be able to access cache from main branch (caching is useless otherwise).
2023-05-29 17:17:22 -04:00
Matthias Köfferlein
03749fe8e2
Merge pull request #1386 from KLayout/dependabot/github_actions/styfle/cancel-workflow-action-0.11.0
...
Bump styfle/cancel-workflow-action from 0.9.1 to 0.11.0
2023-05-23 19:44:10 +02:00
Matthias Köfferlein
afc6a7753f
Merge pull request #1384 from KLayout/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.6
...
Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.8.6
2023-05-23 19:43:57 +02:00
Matthias Köfferlein
84b8826dbc
Merge pull request #1383 from KLayout/dependabot/github_actions/actions/download-artifact-3
...
Bump actions/download-artifact from 2 to 3
2023-05-23 19:43:44 +02:00
Matthias Köfferlein
7128e59431
Merge pull request #1382 from KLayout/dependabot/github_actions/actions/upload-artifact-3
...
Bump actions/upload-artifact from 2 to 3
2023-05-23 19:43:33 +02:00
dependabot[bot]
34dc6e0e25
Bump styfle/cancel-workflow-action from 0.9.1 to 0.11.0
...
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action ) from 0.9.1 to 0.11.0.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases )
- [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.9.1...0.11.0 )
---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 17:42:23 +00:00
dependabot[bot]
fe5e9e7eae
Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.8.6
...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish ) from 1.4.2 to 1.8.6.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases )
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.4.2...v1.8.6 )
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 17:42:15 +00:00
dependabot[bot]
a2cb36608d
Bump actions/download-artifact from 2 to 3
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 17:42:11 +00:00
dependabot[bot]
b375c0c628
Bump actions/upload-artifact from 2 to 3
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 17:42:08 +00:00
Thomas Ferreira de Lima
67f7d64559
building arm64 wheels with cibuildwheel (uses intel runner)
...
Temporary fix until https://github.com/github/roadmap/issues/528 is merged
2023-05-22 21:22:29 -04:00
Matthias Koefferlein
c6b64c2b3e
Trying to fix CI fail (free-disk-space)
2023-04-16 12:13:10 +02:00
Matthias Koefferlein
836214da26
Correction: free-disk-space needs to be part of build job
2023-03-20 09:14:20 +01:00
Matthias Koefferlein
7dabc77b1e
Added free-disk-space to GitHub actions, no builds on single pushes
2023-03-20 09:07:02 +01:00
Thomas Ferreira de Lima
7c6ac22c51
updating cibuildwheel to v2.12.0 (Adds support for PyPy arm64 wheels)
2023-02-10 22:34:42 -05:00
Matthias Koefferlein
435e9232e7
Update pypa/cibuildwheel to 2.11.3 version for Python 3.11 support
2022-12-13 22:05:42 +01:00
Matthias Koefferlein
130f4d7040
Don't error when upload to PyPi-test fails
2022-05-17 20:19:57 +02:00
Matthias Koefferlein
be98a0aef6
Merge branch 'cicd2' of https://github.com/joamatab/klayout into joamatab-cicd2
2022-05-16 20:18:52 +02:00
Matthias Koefferlein
f61bf53263
Attempt to fix release trigger in GitHub actions
2022-05-12 00:36:24 +02:00
Matthias Koefferlein
6c32b715a8
Added debug log
2022-05-12 00:36:21 +02:00
Joaquin Matres
35767344bd
update build for manylinux and macos ( #1077 )
2022-05-10 20:26:07 +02:00
Joaquin Matres
ea32c612ed
upload to test_pypi unless tag is a new release
2022-05-08 16:22:16 -07:00
Joaquin Matres
8b51e809dd
avoid building wheels for every commit
2022-05-06 09:04:55 -07:00
Joaquin Matres
c9071dffac
switch to real pypi
2022-05-05 20:03:06 -07:00
Joaquin Matres
5203f1123f
add ci/cd for github actions ( #1070 )
...
* add ci/cd for github actions
* fix workflow and add workflow_dispatch
* remove dist
* fix
* add gcc
* sudo apt install build essential
* add curl
* install curl
* build essential
* update
* test code on mac os
* release on tagged version
* better names
* fix numbers for 3.10
* add cancel workflow for tests
* fix test macOs
* Adding ccache to github action
* creating dependency between jobs
* using cibuildwheel
* ccache path bug
* Testing after building wheels
* misunderstood cibuildwheel
* fixing error in manylinux build
* fixing error in manylinux build (2)
* disabling fail fast (temporary)
* Don't repair macOS wheels
* Not building pypy wheels
* disabling 32-bit linux wheels
* macos-latest only (prevent duplicate)
* fixing musllinux
* fixing ccache
* fixing cache persistence
* adding deploy job
* last debug
Co-authored-by: Thomas Ferreira de Lima <github@tlima.me>
2022-05-05 22:02:11 +02:00