Skip to content

Update version to 0.2.3 #2

Update version to 0.2.3

Update version to 0.2.3 #2

Workflow file for this run

name: Build wheel
on:
workflow_dispatch:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- name: Build wheel
run: |
del pyxll_pycharm-*-py3-none-any.whl
python -m pip wheel --no-deps .
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: wheel
path: |
./pyxll_pycharm-*-py3-none-any.whl