Skip to content

Commit 2413c56

Browse files
committed
jj
1 parent c61dc09 commit 2413c56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/BuildWin64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest, macos-latest]
17-
# python-version: ["3.8", "3.9", "3.10", "3.11"]
1817
python-version: ["3.13.2"]
1918

2019
steps:
@@ -36,8 +35,9 @@ jobs:
3635
pytest
3736
3837
- name: Build application
38+
# python setup.py sdist bdist_wheel
3939
run: |
40-
python setup.py sdist bdist_wheel
40+
python setup.py
4141
4242
- name: Upload build artifacts
4343
uses: actions/upload-artifact@v4
File renamed without changes.

0 commit comments

Comments
 (0)