A web application to visualize and manage open source project data from the Ecosyste.ms API.

github.com/actions/setup-python

Set up your GitHub Actions workflow with a specific version of Python
https://github.com/actions/setup-python

Improve readme for 3.x and 3.11-dev style python-version (#441)

c4e89fac7e8767b327bbad6cb4d859eda999cf08 authored almost 4 years ago
Merge pull request #452 from mayeut/fix-env

Remove duplicate code introduced in #440

0ad0f6a0a50a468a2212f245334ee8c2f0013b17 authored almost 4 years ago
Merge pull request #456 from akx/patch-1

doc: Add multiple wildcards example to readme

f0bcf8be037eba11327da6eaf40cd99a2a092494 authored almost 4 years ago
doc: Add multiple wildcards example to readme

Based on https://www.npmjs.com/package/@actions/glob (the library used for cache file globbing),...

af97157ae6983e01c4eabbfb118b3e2ac549a4c0 authored almost 4 years ago
Merge pull request #394 from akv-platform/v-sedoli/set-env-by-default

Assign default value of AGENT_TOOLSDIRECTORY if not set

364e819741b50de0a275e36302d0ab3e69ce3010 authored almost 4 years ago
Merge pull request #450 from IvanZosimov/ResolveVersionFix

Rearranged logic of the ResolveVersionInput()

782f81b91d778ca69644ac3076dc3fcbdfc50f89 authored almost 4 years ago
Update actions/checkout to v3

b318cecd93bd700ebeebeba61bcae2f0231111ce authored almost 4 years ago
Update actions

4a7ca55b4090b249d2dbdb572c6bf83ca085ae44 authored almost 4 years ago
Update actions

d08a9d79f10546626afc655b2a5376f88e0126ff authored almost 4 years ago
Update actions/checkout to v3

7d9c63da1be5117e942432dfba15cb5583b6f811 authored almost 4 years ago
Update actions

5a1dd6b34d3ec33151c395cf8fc433629fdcc47c authored almost 4 years ago
Update actions

f4b85ae24e3deb0b31366c598a66e08bb4d4bc32 authored almost 4 years ago
Remove duplicate code introduced in #440

#440 duplicated a block of code outside of `if (updateEnvironment) {` condition. This was probab...

2c9de4ed413bf4466f2fde83041579ed45167427 authored almost 4 years ago
Fix tests for update-environment==false

412091c1e06cd58dc0bacfdc5bcc07449ebd20c0 authored almost 4 years ago
Merge pull request #451 from dmitry-shibanov/fx-pipenv-python-version

Fx pipenv python version

78a2330b929a62f2f42dd70a65da3f141e45bec1 authored almost 4 years ago
trigger checks

96f494e18c81869c9d5eef39102df0b23b2bc4f2 authored almost 4 years ago
Optimize code

099ed898be0c04ebc3fdcd7c440ad36781523a46 authored almost 4 years ago
Change warning handler to default

ccb7da8ae999f3923ec3f9ed841e83fd0e332963 authored almost 4 years ago
Optimize logic, rebuild action

5fbb8194072b461a0b699e47c3d444b39e33bb8a authored almost 4 years ago
Add warning in case the versionFile isn't found

82eddc4023a579965135122e83230730392b1064 authored almost 4 years ago
Fix typos

d97b6edda3da1f628f85b7105cb690790e86c149 authored almost 4 years ago
Rebuild action with new changes

a6b01c4e407b1f7787010fb1e61a07c065555209 authored almost 4 years ago
Rearrange logic

84087f5301387d405e78745351baf99179125d2b authored almost 4 years ago
Fix naming

56f6060254e1c762cbbe5d69d3831ab68d2ee2ac authored almost 4 years ago
Merge branch 'main' into ResolveVersionFix

e29a7c89f6bf534bced576c3a8692874b57a2ccf authored almost 4 years ago
Merge pull request #448 from IvanZosimov/CacheLibVersionUpdate

Add support for the @actions/cache library 3.0.0

5407bf6e69ea7447484686cc205f8c5eca975418 authored almost 4 years ago
Rebuild action

41b91104eac18e0699aba059eb354c218d851adc authored almost 4 years ago
Rebuild action

08116500d0db25c48998f7ec763d4a6ac7d1f3d7 authored almost 4 years ago
Merge branch 'main' into CacheLibVersionUpdate

161c3a68f09d291a40ac01da8fa441d2e6e965fc authored almost 4 years ago
Fix typo

6733fc44ecfb2ab941c4b659afcfb87d2836391d authored almost 4 years ago
Fix bug in resolveVersionInput()

afd3e72a25e35f57d63421163b2bfa536eded186 authored almost 4 years ago
Merge pull request #440 from akv-platform/v-sdolin/issue-231

Add CMake hints

ab6deb310f34741e20aa7027028753a7a88b8ee6 authored almost 4 years ago
Fix failed check

e629242ad48d47433d193493ea6cfb63b06c58e3 authored almost 4 years ago
rebase main

63086c6dedb585bdcbe92068dcf2e8229aadda5d authored almost 4 years ago
update pypy versions

d7db8259d9728b6b49900079b1472482cd2ad053 authored almost 4 years ago
minor fix

27091d50ca103a5c3ae2c53c07881b7b7e5b95b9 authored almost 4 years ago
fix check

d358f9e3d736263647a0848999f287bf1f66d499 authored almost 4 years ago
fixing pipenv

1e52de40a4a5827eaf838418993a2c92338dd220 authored almost 4 years ago
add --python 3

2a20d9b5e033c63a77fbb5fa1074a8a9192bbd68 authored almost 4 years ago
Fixing pipenv CI (#444)

* work on fixing pipenv

* change installation of pipenv to curl

* add different logs

* ...

766e8c60885ef280a3e447209d1f1083b3c7039d authored almost 4 years ago
feature: add `update-environment` input (#411)

This option allows to specify if the action shall update environment variables (default) or not....

00a5248c77bed9280afb34f891aa24a152490ab5 authored about 4 years ago
Build after rebase

9c76df2a906d23390826e21a05ccb6e3abbbda34 authored about 4 years ago
Update licenses

c61bc3d08eec4fcddeff411c5e4690775e18bdb2 authored about 4 years ago
Update cache-save.ts to support @actions/cache v3.0.0 lib

Made package.json and package-lock.json to use @actions/cache v3.0.0,
updated logic of the cache...

01408cef88a00c4c39b02491725a369336e9d7a4 authored about 4 years ago
Add CMake hints

69b94463f514b2e3874657553880d9cd8693e693 authored about 4 years ago
Allow `python-version-file` to be a relative path (#431)

ffcd00020c213885323d35524aa155f17870b8dd authored about 4 years ago
Revert "Pass the `token` input through on GHES (#427)" (#437)

This reverts commit 7e4abae4438b857787604dd38de046ece4a21416.

cf86e08a31433e1dc61981fa0301f2adc9606f46 authored about 4 years ago
README: Document pypy2 and pypy3 are deprecated (#265)

8fb4cbf7c874a75022fa2599ceb2f1456bbe6beb authored about 4 years ago
Pass the `token` input through on GHES (#427)

* Pass the`token` input through on GHES

* Update the description for `token`

* Fix dist fi...

7e4abae4438b857787604dd38de046ece4a21416 authored about 4 years ago
Merge pull request #423 from vsafonkin/v-vsafonkin/update-docs-v4

Update docs to v4 version

813f9b1556d9f0a0faf7b08a19486d6af9857537 authored about 4 years ago
Update docs to v4 version

775367df99e790d68426e89b22fb536e5c0fa248 authored about 4 years ago
fix: 3.x-dev can install a 3.y version (#417)

* fix: 3.x-dev can install a 3.y version

* Update README section for `-dev`

d09bd5e6005b175076f227b13d9730d56e9dcfcb authored about 4 years ago
Made env.var pythonLocation consistent for Python and PyPy (#418)

* Change find-pypy.ts to redefine pythonLocaction environment variable

* Change README.md in ...

f72db171abf897c3f4cea0427d5af95fa57fb1bc authored about 4 years ago
add support for python-version-file (#336)

* add support for python-version-file

* Update action.yml

* update to v4, remove python-ve...

53e15292cd6a522cb460037b6f031eadbd6f6920 authored about 4 years ago
Fix output for prerelease version of poetry (#409)

3f82819745be54edd3bd8a83639605e58826bfe9 authored about 4 years ago
Update zeit/ncc to vercel/ncc (#393)

397252c5825684a4ffed92b79e0d840c618c0a93 authored about 4 years ago
Merge pull request #412 from vsafonkin/v-vsafonkin/fix-poetry-cache-test

Fix e2e test for poetry cache and PyPy-3.7

de977ad1321ff211fd43f0f232a4d8851726d4bb authored about 4 years ago
Change PyPy version to rebuild cache

22c6af91ce03997c5925db1f6e9f0b9b2364adcc authored about 4 years ago
Merge pull request #405 from mayeut/interpreter-path

feature: add a `python-path` output

081a3cf1a51ab5fff2ae9d70f0cfacf0686293ea authored about 4 years ago
feature: add a `python-path` output

Expose a `python-path` output containing the chosen Python executable path.

ff706563d754e642609a7008f4568a5386f3e94c authored about 4 years ago
Use pypyX.Y for PyPy python-version input (#349)

This versioning scheme is consistent with other
tools in the python ecosystem so it feels more ...

fff15a21cc8b16191cb1249f621fa3a55b9005b8 authored about 4 years ago
Merge pull request #318 from neutrinoceros/document_dev_sugar

DOC: document -dev syntactic sugar

c57f79353baa47cac20975f0a134915e0a8c18bf authored about 4 years ago
Exclude windows from the fix

958897304aea586672b0085b6b9031f928b11961 authored about 4 years ago
Handle each OS in its own way

5d9fdcab75b9ab9c36a00d14742e5d54dcbb8e42 authored about 4 years ago
Fix dist folder

7199395312a0a82b9c1b42a0e147408b89071ca6 authored about 4 years ago
Merge pull request #396 from akv-platform/v-sedoli/issue-241

Add warning if python version set to empty value

fd8f0a9fb8a4f9ce730f6f663fc1002e4864fb8d authored about 4 years ago
Merge pull request #400 from akv-platform/v-sedoli/pkg-config

set PKG_CONFIG_PATH environment var

ae11205ec6e7b80d51feb7d808a9ab21f605d0ad authored about 4 years ago
Formatting

8f73c1495f8947f3553ede54257c5ff89825432b authored about 4 years ago
Improve warning message

Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>

e31727ce0a67347596370ec677fbc441cfa3ca90 authored about 4 years ago
Successfully set up (#399)

a69041ca9f9f72c33ce94580dd70191dd501c392 authored about 4 years ago
set PKG_CONFIG_PATH environment var

5e1e05c694d142e423cb60b986245fb0da7367de authored about 4 years ago
Improve wording

0b56b76337193b501b7096345a23f23b2590298b authored about 4 years ago
Add generated files

22daa094b838330a3ab8897dbf26828efd05d952 authored about 4 years ago
Add warning if python version set to empty value

ac4e85883599916740167aed2c652390762f2cb9 authored about 4 years ago
Create missing `pypyX.Y` symlinks (#347)

`pypyX.Y.exe` executables are missing from PyPy archives on Windows before v7.3.9 (X.Y < 3.9)
`...

1ce308808af558cfbcb7218da3af37d92e033ad1 authored about 4 years ago
Change README

5ad79022bcf7697f57275899d0f60e4afbdea17d authored about 4 years ago
Use /opt/hostedtoolcache as default value AGENT_TOOLSDIRECTORY

a8da2a66aae3085f1d5ca820e8e5ca85120670fc authored about 4 years ago
Fix conflicts (#389)

c36dc43e7be276cc63ea11161d744cccdc2c731f authored about 4 years ago
Merge pull request #384 from akv-platform/main

Add CODE_OF_CONDUCT

4e6b5f40fc5870e5a82de74e13f81ab931db82bf authored about 4 years ago
Throw exe on empty python-version

bcc31375e15339f9960d3e3ca1cffaa6ed26c578 authored about 4 years ago
Merge branch 'actions:main' into main

85a7430316b762659d7670299c299ac363bb2faf authored about 4 years ago
adjust documentation for python versions (#388)

6a4c6c13094a805ef8e6d627d55b4aed596ebcea authored about 4 years ago
Merge branch 'actions:main' into main

3a63f5d52570391aca0a8fbc38837aa3a8d16c60 authored about 4 years ago
Merge pull request #387 from vsafonkin/v-vsafonkin/fix-readme-outdated-links

Fix virtual-env toolcache outdated links

4a33d3c467c34820d41f6f8c4550464ee6d8ca5e authored about 4 years ago
Fix virtual-env toolcache links

abfd16b121f8dbdc7e29265f2d5c4933e91d57b6 authored about 4 years ago
Add CODE_OF_CONDUCT

4176166af9c0d1a5c7f4af4b6e8fdf10b671c986 authored about 4 years ago
Merge pull request #338 from akv-demo/main

Force TOOLCACHE_ROOT to be equal AGENT_TOOLSDIRECTORY

91712e11bb36198065bf804db8a1c69241f2485b authored about 4 years ago
Updated @actions/cache (#382)

98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 authored about 4 years ago
ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows (#379)

5d6f0c8a87d930c1f9308457abe4c4568399410a authored about 4 years ago
Merge branch 'actions:main' into main

f4b66dec00fb10a370f03e5d3da51ddd25c9bb91 authored about 4 years ago
Cache hit output (#373)

* Remove useless await in getCacheDistributor calls

* Added cache-hit output

* Build actio...

21c0493ecfd34b1217f0a90ec19a327f3cc0a048 authored about 4 years ago
Add pyton-version to setup PyPy output (#365)

* Add pyton-version to setup PyPy output

* remove new line from pypy version

* Move setOut...

7933d5a3dd7112211f44c3c6d4c1156a64d3f5bf authored about 4 years ago
Rework pipenv caching test (#375)

* Rework python-pipenv-dependencies-caching test

* Update Pipfile.lock hash in the tests

*...

7885ec3539f8a6278aa15a514b195c3b3e10dd32 authored about 4 years ago
Update README.md to fix setup-python version in example (#368)

9c644ca2ab8e57ea0a487b5ec2f8290740378bfd authored about 4 years ago
dist fix (#367)

3e8e90edf01accdf7b76addef61eac60c478e3a7 authored about 4 years ago
Cache on ghes (#363)

* initial changes

* updated version

* format check

* refactored code

* updated test ...

05fb98de9ae200fbc898ddcaa011ef774ac3837f authored about 4 years ago
Merge pull request #281 from patrick91/feature/poetry-caching

Add poetry caching support

6c566026c0404efac87e650f7de19f11a9406300 authored about 4 years ago
Merge pull request #358 from actions/brcrista/codeql-main

Run CodeQL only on pushes to main

9516be869fd78eb4feec5395859f8dd36d3c8b75 authored about 4 years ago
Update dist

7aa3e95001ed5078678a8bf348e8d617387daed8 authored about 4 years ago
Use `\n` instead of `os.EOL`

Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>

6c31eb3fc78f87d417c5590abb7825859b6ae048 authored about 4 years ago