Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Oct 14, 2024
2 parents a6992d7 + 9f781d3 commit b36df67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all
id: qemu
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
pattern: pkg-*
merge-multiple: true
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.5.0
uses: pypa/gh-action-pypi-publish@v1.10.3
with:
verbose: true
user: __token__
Expand Down

0 comments on commit b36df67

Please sign in to comment.