Skip to content

Commit

Permalink
add pypi checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Feb 26, 2024
1 parent ebc693c commit 08e416f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ jobs:
name: ${{ inputs.deploy-to }}
url: ${{ vars.PYPI_PROJECT_URL }}
steps:
- name: "Check out repository"
uses: actions/checkout@v4

- name: "Publish to PyPI"
uses: ./.github/actions/publish-pypi
with:
Expand Down

0 comments on commit 08e416f

Please sign in to comment.