Skip to content

Commit

Permalink
Upgrade checkout version to fix problem publishing to pypi (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
stscirij committed Dec 29, 2022
1 parent 1ecf441 commit 43d643d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

# Check out the commit containing this workflow file.
- name: checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: custom action
uses: spacetelescope/action-publish_to_pypi@master
Expand Down

0 comments on commit 43d643d

Please sign in to comment.