Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
build-wheel.yaml template 2023.6
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjacksn authored Jan 5, 2024
1 parent dd7b081 commit a1fbfdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheel.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# template version 2023.5
# template version 2023.6

name: Build Python wheel for Alpine Linux

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Upload asset to release
id: upload
if: github.event_name == 'release'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const fs = require('node:fs/promises');
Expand Down

0 comments on commit a1fbfdb

Please sign in to comment.