mirror of
https://github.com/mon/ifstools.git
synced 2026-05-09 12:24:07 -05:00
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
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:
parent
efbeb0043f
commit
fde1284fce
2
.github/workflows/maturin.yml
vendored
2
.github/workflows/maturin.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user