Skip to content

Commit 153b132

Browse files
authored
Update build.yml
1 parent fd27260 commit 153b132

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: ['windows-latest', 'ubuntu-latest', 'macos-latest']
14+
os: ['windows-latest', 'ubuntu-latest']
1515

1616
steps:
1717
- uses: actions/checkout@v2
18-
- uses: actions/setup-python@v2
18+
- uses: actions/setup-python@v5
1919
with:
2020
python-version: 3.12
2121

@@ -24,3 +24,7 @@ jobs:
2424
- uses: actions/upload-artifact@v2
2525
with:
2626
path: dist/*
27+
- uses: ncipollo/release-action@v1
28+
with:
29+
artifacts: "dist/*"
30+
token: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)