Attempt to publish
Some checks are pending
CI / linux (map[runner:ubuntu-22.04 target:aarch64]) (push) Waiting to run
CI / linux (map[runner:ubuntu-22.04 target:armv7]) (push) Waiting to run
CI / linux (map[runner:ubuntu-22.04 target:ppc64le]) (push) Waiting to run
CI / linux (map[runner:ubuntu-22.04 target:s390x]) (push) Waiting to run
CI / linux (map[runner:ubuntu-22.04 target:x86]) (push) Waiting to run
CI / linux (map[runner:ubuntu-22.04 target:x86_64]) (push) Waiting to run
CI / musllinux (map[runner:ubuntu-22.04 target:aarch64]) (push) Waiting to run
CI / musllinux (map[runner:ubuntu-22.04 target:armv7]) (push) Waiting to run
CI / musllinux (map[runner:ubuntu-22.04 target:x86]) (push) Waiting to run
CI / musllinux (map[runner:ubuntu-22.04 target:x86_64]) (push) Waiting to run
CI / windows (map[python_arch:x64 runner:windows-latest target:x64]) (push) Waiting to run
CI / windows (map[python_arch:x86 runner:windows-latest target:x86]) (push) Waiting to run
CI / macos (map[runner:macos-15-intel target:x86_64]) (push) Waiting to run
CI / macos (map[runner:macos-latest target:aarch64]) (push) Waiting to run
CI / sdist (push) Waiting to run
CI / Standalone .exe (Windows x86_64) (push) Waiting to run
CI / Release (push) Blocked by required conditions

This commit is contained in:
Will Toohey 2026-04-26 01:12:22 +10:00
parent efbeb0043f
commit fde1284fce

View File

@ -239,8 +239,6 @@ jobs:
- name: Publish to PyPI
if: ${{ startsWith(github.ref, 'refs/tags/') }}
run: uv publish 'wheels-*/*'
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
- name: Upload exe to GitHub Release
if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: softprops/action-gh-release@v2