Skip to content

Commit

Permalink
ci: update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Nov 28, 2024
1 parent 94292a7 commit a7067bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
key: buildx-cache-${{ matrix.policy }}-${{ matrix.platform }}

- name: Deploy
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'pypa/manylinux'
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'EndstoneMC/manylinux'
run: cd manylinux && ./deploy.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a7067bd

Please sign in to comment.