Skip to content

Commit

Permalink
Merge pull request #180 from GSA/fix/bump-pypi-action
Browse files Browse the repository at this point in the history
fixup to #179
  • Loading branch information
robert-bryson authored Dec 19, 2023
2 parents beefb07 + 46d5655 commit 3cd48d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Update setup.py if manual release
if: github.event_name == 'workflow_dispatch'
run: |
Expand Down

0 comments on commit 3cd48d1

Please sign in to comment.