Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
curly60e authored Jul 26, 2024
1 parent e481163 commit 19d2850
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest


steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
- uses: actions/checkout@main
- name: Set up Python
uses: actions/setup-python@v3
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 19d2850

Please sign in to comment.