We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0818218 commit 9d2ed28Copy full SHA for 9d2ed28
.github/workflows/release.yml
@@ -4,12 +4,13 @@ on: [push]
4
jobs:
5
pypi-release:
6
name: Build and Release to PYPI 📦
7
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04-arm
8
+ # ubuntu-latest
9
environment:
10
name: release
11
url: https://pypi.org/project/python-cptv/
12
- if: startsWith(github.ref, 'refs/tags/v')
13
+ # if: startsWith(github.ref, 'refs/tags/v')
14
defaults:
15
run:
16
working-directory: ./python-bindings
0 commit comments