Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python-publish.yml #17

Merged
merged 1 commit into from Mar 30, 2024
Merged

Update python-publish.yml #17

merged 1 commit into from Mar 30, 2024

Conversation

ronaldmaj
Copy link
Collaborator

Previous PR had both set at v5, reading into the previous article again, I might need keep the actions/checkout at v4 instead
https://stackoverflow.com/questions/77897660/node-js-16-actions-are-deprecated-please-update-the-following-actions-to-use-no

Copy link
Collaborator

@seballgeyer seballgeyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay for testing.

@seballgeyer seballgeyer self-assigned this Mar 29, 2024
@ronaldmaj
Copy link
Collaborator Author

The example on the actions/setup-python repo seems to show exactly this in the example in the README:
https://github.com/actions/setup-python?tab=readme-ov-file#basic-usage

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
  with:
    python-version: '3.10' 
- run: python my_script.py

@ronaldmaj ronaldmaj merged commit 78fb403 into main Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants