Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Doris committed Jul 26, 2023
1 parent 4bb5a2d commit fdd83a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/register-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
ref: ${{ inputs.git_ref }}
with:
ref: ${{ inputs.git_ref }}
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit fdd83a6

Please sign in to comment.