54 Commits

Author SHA1 Message Date
61a6322f88 Fix typos found by codespell (#650) 2023-07-13 15:35:02 +02:00
0d5da6a89a Read python version from pyproject.toml (fix #542) (#669) 2023-06-28 22:02:44 +02:00
db9987b4c1 Fix a incorrect link advanced-usage.md (#657) 2023-04-25 11:31:57 +02:00
6db7460265 fix allow-prereleases sample configuration (#615) 2023-04-20 14:46:49 +02:00
ec365b4eba Add and configure ESLint and update configuration for Prettier (#617)
* Add ESLint, update Prettier

* Update docs

* Update tests

* Update licenses

* Fix review points
2023-03-09 12:44:56 +02:00
3faddefb4c Fix GHE documentation link (#602)
Co-authored-by: Fevrin <fevrin@users.noreply.github.com>
2023-02-09 09:31:03 +01:00
2652534ead feature: fallback to pre-release when no stable version is found (#414)
This allows to specify version like `3.11` or `pypy3.10` in workflows before those versions are released.
This lessen the burden for users of `setup-python` by not having to modify their workflow twice: once when a pre-release is available (e.g. `3.11-dev`) and once when the first stable release is published (e.g. `3.11`)
2023-01-27 16:19:31 -05:00
a6eba85bba Fix small action version typo in docs (#590) 2023-01-18 14:43:44 +01:00
34b4b622e3 Encourage the use of pre-release Python 3.12, not 3.11 (#586) 2023-01-16 10:27:26 +01:00
d27e3f3d7c Fix outdated ref to actions/setup-python@v3 in doc (#581) 2023-01-09 09:55:39 +01:00
5ccb29d877 Install multiple python versions (#567) 2022-12-22 13:02:09 +01:00
1aafadcfb9 Caching projects that use setup.py (#549) 2022-11-29 12:46:57 -05:00
af57b64994 Extend docu regarding rate limit issues. (#510) 2022-10-31 09:50:28 +01:00
wzy
13a464fa11 Fix typo (#503) 2022-09-21 00:45:00 +02:00
98c991d13f Only use github.token on github.com (#443)
* Only use github.token on github.com

This expression evaluates to `''` if called from GHES hosted elsewhere
You can still provide your token on both github.com and GHES

* Enshure blank result of expression and not false

* Revert "Revert "Pass the `token` input through on GHES (#427)" (#437)"

This reverts commit cf86e08a31433e1dc61981fa0301f2adc9606f46.

* fix typo

* Add back the doc on the tool cache for self-hosted

Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
2022-08-30 15:02:20 -04:00
48a0f006ff Update runner links 2022-08-29 16:20:07 +02:00
2e6ca74422 Merge branch 'actions:main' into main 2022-08-10 16:40:52 +02:00
c0abeaa470 Update docs/contributors.md
Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
2022-08-09 23:56:17 +02:00
197204a31c Update advanced-usage.md 2022-08-09 11:52:47 +02:00
c96b4b55f3 rephased documents 2022-08-03 19:24:32 +02:00
c4e98b741b Fix broken links 2022-08-01 16:33:59 +02:00
cfcafa57ec Fix review points 2022-08-01 16:23:57 +02:00
9aa1c6cb27 updated contributors guide 2022-08-01 01:44:15 +02:00
c318b92fd6 Fix review points 2022-07-28 09:38:24 +02:00
72394d1a3e Fix typo 2022-07-26 15:04:50 +02:00
fe396d3941 Revert changes 2022-07-26 15:03:33 +02:00
853c012a3c Change advanced-usage.md 2022-07-26 14:59:35 +02:00
fd6f59db22 Change contents to make them more readable 2022-07-26 14:56:14 +02:00
c6e66a7681 Fix typo 2022-07-26 14:51:59 +02:00
81cda82fb0 Fix review points 2022-07-26 14:47:59 +02:00
b152b04c28 Fix typo in advanced-usage.md 2022-07-26 11:49:26 +02:00
a624f1f4bc Fix grammar in both documents 2022-07-26 11:32:45 +02:00
0d94a5d71e Fix typo 2022-07-26 10:47:51 +02:00
889226ae9a Fix typo 2022-07-25 19:44:22 +02:00
00d9c42868 Change part with realted to self-hosted runners 2022-07-25 19:42:15 +02:00
5517d5f7b5 Fix documentation
Docs were updated to incorporate changes regarding tool cache folder
on the self-hosted runner and changes in resolveVersionInput()
2022-07-18 14:33:42 +02:00
61fb4e42ab Fix review points 2022-07-13 12:17:04 +02:00
746f28a2d3 Update REAMDE.md and advanced-usage.md 2022-07-13 11:15:35 +02:00
6dd8ff72eb Change tool cache wording 2022-07-12 17:32:40 +02:00
9a40041e25 Rearrange README.md, add advanced-usage.md 2022-07-12 16:38:54 +02:00
775367df99 Update docs to v4 version 2022-06-09 09:54:52 +02:00
3ef38b826b Create ADR for integrating cache functionality to setup-python action (#247) 2021-11-18 13:29:22 +03:00
878156f1de Inject LD_LIBRARY_PATH library path into Python manifest install and setup (#144)
* Adding LD_LIBRARY_PATH env var to both setup and install tasks

* Rebuild dist/index.js

* Fixed some typos in contributors.md Markdown
2020-10-05 14:51:21 +02:00
1ce870e10f Fix links in documentation (#135)
The "Software installed on GitHub-hosted runners" link was broken.

The other changed links were redirecting from moved pages.
2020-09-24 00:28:07 +02:00
b9436a7e86 Add Licensed To Help Verify Prod Licenses (#128)
* Add Licensed Workflow and config

* manual validation of dependencies

* Ignore Generated Files in Git PR's

* update contributing.md
2020-09-23 23:22:43 +02:00
c881de7f35 Use shorter command
Co-Authored-By: Konrad Pabjan <konradpabjan@github.com>
2020-04-16 22:30:26 +03:00
b7d744ca11 Make contributors.md clearer 2020-04-14 15:54:39 +03:00
c57e58b1ee Consistent file name references 2019-12-27 11:28:48 -05:00
d0da811f3d Spelling & grammar 2019-12-27 11:27:07 -05:00
2268531fb4 Update contributors.md 2019-12-23 11:05:45 -05:00