Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ashwinstr
/
action-setup-python
Public
forked from
actions/setup-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
action-setup-python
src
setup-python.ts
on
main
User selector
All users
All time
Commit history
Commits on Jul 26, 2022
refactor: Debug message for Python installation path
techman83
committed
7e39d25
View commit details
Copy full SHA for 7e39d25
View code at this point
Browse repository at this point
fix: Mac Toolpath
Show description for bc8ee42
techman83
committed
bc8ee42
View commit details
Copy full SHA for bc8ee42
View code at this point
Browse repository at this point
feat: Add 'IS_MAC' util
techman83
committed
467a981
View commit details
Copy full SHA for 467a981
View code at this point
Browse repository at this point
fix: Self-Hosted Tool Cache
Show description for 9f1915a
techman83
committed
9f1915a
View commit details
Copy full SHA for 9f1915a
View code at this point
Browse repository at this point
Commits on Jul 25, 2022
Add check-latest functionality (#406)
dmitry-shibanov
authored
2f06e9d
View commit details
Copy full SHA for 2f06e9d
View code at this point
Browse repository at this point
Fix poetry version (#445)
dmitry-shibanov
authored
49a521f
View commit details
Copy full SHA for 49a521f
View code at this point
Browse repository at this point
Commits on Jul 15, 2022
Fix resolveVersionInput() logic
IvanZosimov
committed
b88a682
View commit details
Copy full SHA for b88a682
View code at this point
Browse repository at this point
Commits on Jul 4, 2022
Merge pull request #394 from akv-platform/v-sedoli/set-env-by-default
Show description for 364e819
marko-zivic-93
authored
364e819
View commit details
Copy full SHA for 364e819
View code at this point
Browse repository at this point
Commits on Jun 30, 2022
Optimize code
IvanZosimov
committed
099ed89
View commit details
Copy full SHA for 099ed89
View code at this point
Browse repository at this point
Change warning handler to default
IvanZosimov
committed
ccb7da8
View commit details
Copy full SHA for ccb7da8
View code at this point
Browse repository at this point
Optimize logic, rebuild action
IvanZosimov
committed
5fbb819
View commit details
Copy full SHA for 5fbb819
View code at this point
Browse repository at this point
Add warning in case the versionFile isn't found
IvanZosimov
committed
82eddc4
View commit details
Copy full SHA for 82eddc4
View code at this point
Browse repository at this point
Fix typos
IvanZosimov
committed
d97b6ed
View commit details
Copy full SHA for d97b6ed
View code at this point
Browse repository at this point
Rearrange logic
IvanZosimov
committed
84087f5
View commit details
Copy full SHA for 84087f5
View code at this point
Browse repository at this point
Fix naming
IvanZosimov
committed
56f6060
View commit details
Copy full SHA for 56f6060
View code at this point
Browse repository at this point
Fix typo
IvanZosimov
committed
6733fc4
View commit details
Copy full SHA for 6733fc4
View code at this point
Browse repository at this point
Fix bug in resolveVersionInput()
IvanZosimov
committed
afd3e72
View commit details
Copy full SHA for afd3e72
View code at this point
Browse repository at this point
Commits on Jun 29, 2022
feature: add `update-environment` input (#411)
Show description for 00a5248
mayeut
authored
00a5248
View commit details
Copy full SHA for 00a5248
View code at this point
Browse repository at this point
Exclude windows from the fix
dsame
committed
9588973
View commit details
Copy full SHA for 9588973
View code at this point
Browse repository at this point
Handle each OS in its own way
dsame
committed
5d9fdca
View commit details
Copy full SHA for 5d9fdca
View code at this point
Browse repository at this point
Use /opt/hostedtoolcache as default value AGENT_TOOLSDIRECTORY
dsame
committed
a8da2a6
View commit details
Copy full SHA for a8da2a6
View code at this point
Browse repository at this point
Commits on Jun 20, 2022
Allow `python-version-file` to be a relative path (#431)
Kurt-von-Laven
authored
ffcd000
View commit details
Copy full SHA for ffcd000
View code at this point
Browse repository at this point
Commits on Jun 2, 2022
add support for python-version-file (#336)
Show description for 53e1529
adilosa
authored
53e1529
View commit details
Copy full SHA for 53e1529
View code at this point
Browse repository at this point
Commits on May 18, 2022
Use pypyX.Y for PyPy python-version input (#349)
Show description for fff15a2
mayeut
authored
fff15a2
View commit details
Copy full SHA for fff15a2
View code at this point
Browse repository at this point
Commits on May 4, 2022
Merge pull request #396 from akv-platform/v-sedoli/issue-241
Show description for fd8f0a9
marko-zivic-93
authored
fd8f0a9
View commit details
Copy full SHA for fd8f0a9
View code at this point
Browse repository at this point
Formatting
dsame
committed
8f73c14
View commit details
Copy full SHA for 8f73c14
View code at this point
Browse repository at this point
Improve warning message
Show description for e31727c
dsame
and
brcrista
authored
e31727c
View commit details
Copy full SHA for e31727c
View code at this point
Browse repository at this point
Commits on May 3, 2022
Successfully set up (#399)
brcrista
authored
a69041c
View commit details
Copy full SHA for a69041c
View code at this point
Browse repository at this point
Commits on Apr 29, 2022
Improve wording
dsame
committed
0b56b76
View commit details
Copy full SHA for 0b56b76
View code at this point
Browse repository at this point
Add warning if python version set to empty value
dsame
committed
ac4e858
View commit details
Copy full SHA for ac4e858
View code at this point
Browse repository at this point
Commits on Apr 26, 2022
Fix conflicts (#389)
dmitry-shibanov
authored
c36dc43
View commit details
Copy full SHA for c36dc43
View code at this point
Browse repository at this point
Commits on Apr 21, 2022
Throw exe on empty python-version
dsame
committed
bcc3137
View commit details
Copy full SHA for bcc3137
View code at this point
Browse repository at this point
Commits on Apr 6, 2022
Merge branch 'actions:main' into main
dsame
authored
f4b66de
View commit details
Copy full SHA for f4b66de
View code at this point
Browse repository at this point
Commits on Mar 31, 2022
Cache on ghes (#363)
Show description for 05fb98d
tiwarishub
and
brcrista
authored
05fb98d
View commit details
Copy full SHA for 05fb98d
View code at this point
Browse repository at this point
Commits on Feb 28, 2022
Remove legacy PyPy input (#342)
dmitry-shibanov
authored
0ebf233
View commit details
Copy full SHA for 0ebf233
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.