Skip to content

Bump version: 2024.6.26 → 2024.7.31 #24

Bump version: 2024.6.26 → 2024.7.31

Bump version: 2024.6.26 → 2024.7.31 #24

Workflow file for this run

name: Imagemounter build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: '3.7'
- name: Check out repository
uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
- name: Build wheel
run: sudo pip install wheel && sudo python setup.py sdist bdist_wheel