Skip to content

Commit

Permalink
Switch order of pipeline steps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhoey committed Aug 22, 2023
1 parent c80ab87 commit f6545e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ jobs:
needs: finalize
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # get Dockerfile from repo
with: {fetch-depth: 0} # deep clone for setuptools-scm
- name: Retrieve pre-built distribution files
uses: actions/download-artifact@v3
with: {name: python-distribution-files, path: dist/}
- uses: actions/checkout@v3 # get Dockerfile from repo
with: {fetch-depth: 0} # deep clone for setuptools-scm
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Configure AWS credentials
Expand Down

0 comments on commit f6545e0

Please sign in to comment.