Skip to content

Commit

Permalink
Use correct version name
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Aug 25, 2024
1 parent 8e9b067 commit 1ee4d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Build the wheels
run: |
docker pull ghcr.io/willb97/pyapriltags:latest
docker run --rm -v .:/apriltag -v ./dist:/out pyapriltags
docker run --rm -v .:/apriltag -v ./dist:/out ghcr.io/willb97/pyapriltags:latest
- uses: actions/[email protected]
if: always()
with:
Expand Down

0 comments on commit 1ee4d89

Please sign in to comment.