Skip to content

Commit dac123d

Browse files
committed
added python version 3.13
1 parent ff2f314 commit dac123d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/ci.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
python-version: ["3.12"]
16+
python-version: ["3.12", "3.13"]
1717
os: [ubuntu-latest]
1818

1919
steps:
@@ -77,15 +77,7 @@ jobs:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878
run:
7979
gh release upload v1.0.0 dist/BinaryParser-0.0.1-cp312-cp312-linux_x86_64.whl
80-
81-
# # # Step 8: Upload artifact to the release
82-
# - name: Upload to Release
83-
# uses: actions/upload-release-asset@v1
84-
# with:
85-
# upload_url: https://uploads.github.com/repos/ComPlat/BinaryParser/releases/196580508/assets{?name,label}
86-
# asset_path: dist/BinaryParser-0.0.1-cp312-cp312-linux_x86_64.whl
87-
# asset_name: BinaryParser-0.0.1-cp312-cp312-linux_x86_64.whl
88-
# asset_content_type: application/octet-stream
80+
gh release upload v1.0.0 dist/BinaryParser-0.0.1-cp313-cp313-linux_x86_64.whl
8981

9082
# Step 9: Install the built package
9183
- name: Install Built Package

0 commit comments

Comments
 (0)