Commit dac123d 1 parent ff2f314 commit dac123d Copy full SHA for dac123d
File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ${{ matrix.os }}
14
14
strategy :
15
15
matrix :
16
- python-version : ["3.12"]
16
+ python-version : ["3.12", "3.13" ]
17
17
os : [ubuntu-latest]
18
18
19
19
steps :
77
77
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
78
78
run :
79
79
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
89
81
90
82
# Step 9: Install the built package
91
83
- name : Install Built Package
You can’t perform that action at this time.
0 commit comments